Class Mesh3dHexBuilder
Inheritance
System.Object
System.MarshalByRefObject
Mesh3dHexBuilder
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 Mesh3dHexBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Mesh3dHexBuilder()
Declaration
protected Mesh3dHexBuilder()
Properties
CreationType
Declaration
public Mesh3dHexBuilder.Type CreationType { get; set; }
Property Value
Type | Description |
---|---|
Mesh3dHexBuilder.Type |
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Type | Description |
---|---|
ElementTypeBuilder |
LoopList
Declaration
public MeshManualSweepBetweenListItemSelectionList LoopList { get; }
Property Value
Type | Description |
---|---|
MeshManualSweepBetweenListItemSelectionList |
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
Type | Description |
---|---|
PropertyTable |
SelectionList
Declaration
public SelectDisplayableObjectList SelectionList { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
SourceFace
Declaration
public SelectDisplayableObject SourceFace { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
SourceFaceList
Declaration
public SelectDisplayableObjectList SourceFaceList { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
TargetFace
Declaration
public SelectDisplayableObject TargetFace { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
TargetFaceList
Declaration
public SelectDisplayableObjectList TargetFaceList { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
WallFaceList
Declaration
public SelectDisplayableObjectList WallFaceList { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
Methods
CommitMesh()
Declaration
public Mesh[] CommitMesh()
Returns
Type | Description |
---|---|
Mesh[] |
CreateNewListItem(CAEEdge, CAEEdge, Boolean)
Declaration
public MeshManualSweepBetweenListItemSelection CreateNewListItem(CAEEdge tMasterEdge, CAEEdge tTargetEdge, bool fFlipDirection)
Parameters
Type | Name | Description |
---|---|---|
CAEEdge | tMasterEdge | |
CAEEdge | tTargetEdge | |
System.Boolean | fFlipDirection |
Returns
Type | Description |
---|---|
MeshManualSweepBetweenListItemSelection |
Implements
System.Runtime.Remoting.Messaging.IMessageSink