Class MeshFromBoundaryBuilder
Inheritance
System.Object
System.MarshalByRefObject
MeshFromBoundaryBuilder
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 MeshFromBoundaryBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MeshFromBoundaryBuilder()
Declaration
protected MeshFromBoundaryBuilder()
Properties
ClosedLoopSelection
Declaration
public SelectTaggedObjectList ClosedLoopSelection { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
CollectorName
Declaration
public string CollectorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Type | Description |
---|---|
ElementTypeBuilder |
Layers
Declaration
public int Layers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LoopType
Declaration
public MeshFromBoundaryBuilder.LoopOption LoopType { get; set; }
Property Value
Type | Description |
---|---|
MeshFromBoundaryBuilder.LoopOption |
NumElementsOnRail1
Declaration
public int NumElementsOnRail1 { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumElementsOnRail2
Declaration
public int NumElementsOnRail2 { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RailType
Declaration
public MeshFromBoundaryBuilder.RailOption RailType { get; set; }
Property Value
Type | Description |
---|---|
MeshFromBoundaryBuilder.RailOption |
Methods
SetSourceElementEdgePathMethod(ElemEdgePathMethod)
Declaration
public void SetSourceElementEdgePathMethod(ElemEdgePathMethod sourceElementEdgePathMethod)
Parameters
Type | Name | Description |
---|---|---|
ElemEdgePathMethod | sourceElementEdgePathMethod |
SetTargetElementEdgePathMethod(ElemEdgePathMethod)
Declaration
public void SetTargetElementEdgePathMethod(ElemEdgePathMethod targetElementEdgePathMethod)
Parameters
Type | Name | Description |
---|---|---|
ElemEdgePathMethod | targetElementEdgePathMethod |
Implements
System.Runtime.Remoting.Messaging.IMessageSink