Class Mesh3dTetBuilder
Inheritance
System.Object
System.MarshalByRefObject
Mesh3dTetBuilder
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 Mesh3dTetBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Mesh3dTetBuilder()
Declaration
protected Mesh3dTetBuilder()
Properties
AutoResetOption
Declaration
public bool AutoResetOption { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoSizeOption
Declaration
public bool AutoSizeOption { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CheckElementSizeOption
Declaration
public bool CheckElementSizeOption { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Type | Description |
---|---|
ElementTypeBuilder |
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
Type | Description |
---|---|
PropertyTable |
SelectionFillet
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.CAE.MeshControlBuilder instead.")]
public SelectCAEFaceList SelectionFillet { get; }
Property Value
Type | Description |
---|---|
SelectCAEFaceList |
SelectionList
Declaration
public SelectDisplayableObjectList SelectionList { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
Methods
CommitMesh()
Declaration
public Mesh[] CommitMesh()
Returns
Type | Description |
---|---|
Mesh[] |
CommitWithPartialMesh()
Declaration
public Mesh[] CommitWithPartialMesh()
Returns
Type | Description |
---|---|
Mesh[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink