Class MMCCreateBuilder
Inheritance
MMCCreateBuilder
Assembly: NXOpen.dll
Syntax
public class MMCCreateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MMCCreateBuilder()
Declaration
protected MMCCreateBuilder()
Properties
AutoSelection
Declaration
public SelectDisplayableObjectList AutoSelection { get; }
Property Value
DistTolerance
Declaration
public Expression DistTolerance { get; }
Property Value
FaceSearchOption
Declaration
public MMCCreateBuilder.FaceSearchType FaceSearchOption { get; set; }
Property Value
MeshMatingOption
Declaration
public MMCCreateBuilder.MeshMatingType MeshMatingOption { get; set; }
Property Value
Mmc
Declaration
public MeshMate Mmc { get; set; }
Property Value
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
SnapTolerance
Declaration
public Expression SnapTolerance { get; }
Property Value
SourceFace
Declaration
public SelectIParameterizedSurface SourceFace { get; }
Property Value
TargetFace
Declaration
public SelectIParameterizedSurface TargetFace { get; }
Property Value
Type
Declaration
public MMCCreateBuilder.Types Type { get; set; }
Property Value
Methods
CommitMmcs()
Declaration
public MeshMate[] CommitMmcs()
Returns
CommitMmcsAndReturnStatus(out bool)
Declaration
public MeshMate[] CommitMmcsAndReturnStatus(out bool noSkippedFacePairs)
Parameters
Type |
Name |
Description |
bool |
noSkippedFacePairs |
|
Returns
PrintLogOnInfoWindow(bool)
Declaration
public void PrintLogOnInfoWindow(bool fValue)
Parameters
Type |
Name |
Description |
bool |
fValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink