Class MMCCreateBuilder
Inheritance
System.Object
System.MarshalByRefObject
MMCCreateBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class MMCCreateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MMCCreateBuilder()
Declaration
protected MMCCreateBuilder()
Properties
AutoSelection
Declaration
public SelectDisplayableObjectList AutoSelection { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
DistTolerance
Declaration
public Expression DistTolerance { get; }
Property Value
Type | Description |
---|---|
Expression |
FaceSearchOption
Declaration
public MMCCreateBuilder.FaceSearchType FaceSearchOption { get; set; }
Property Value
Type | Description |
---|---|
MMCCreateBuilder.FaceSearchType |
MeshMatingOption
Declaration
public MMCCreateBuilder.MeshMatingType MeshMatingOption { get; set; }
Property Value
Type | Description |
---|---|
MMCCreateBuilder.MeshMatingType |
Mmc
Declaration
public MeshMate Mmc { get; set; }
Property Value
Type | Description |
---|---|
MeshMate |
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SourceFace
Declaration
public SelectIParameterizedSurface SourceFace { get; }
Property Value
Type | Description |
---|---|
SelectIParameterizedSurface |
TargetFace
Declaration
public SelectIParameterizedSurface TargetFace { get; }
Property Value
Type | Description |
---|---|
SelectIParameterizedSurface |
Type
Declaration
public MMCCreateBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
MMCCreateBuilder.Types |
Methods
CommitMmcs()
Declaration
public MeshMate[] CommitMmcs()
Returns
Type | Description |
---|---|
MeshMate[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink