Class MeshFromBoundaryBuilder
Inheritance
MeshFromBoundaryBuilder
Assembly: NXOpen.dll
Syntax
public class MeshFromBoundaryBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MeshFromBoundaryBuilder()
Declaration
protected MeshFromBoundaryBuilder()
Properties
ClosedLoopMethodType
Declaration
public MeshFromBoundaryBuilder.ClosedLoopMethod ClosedLoopMethodType { get; set; }
Property Value
ClosedLoopSelection
Declaration
public SelectTaggedObjectList ClosedLoopSelection { get; }
Property Value
ClosedLoopSelectionMesh
Declaration
public SelectTaggedObjectList ClosedLoopSelectionMesh { get; }
Property Value
CollectorName
Declaration
public string CollectorName { get; set; }
Property Value
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Layers
Declaration
public int Layers { get; set; }
Property Value
NumElementsOnRail1
Declaration
public int NumElementsOnRail1 { get; set; }
Property Value
NumElementsOnRail2
Declaration
public int NumElementsOnRail2 { get; set; }
Property Value
Rail1Selection
Declaration
public SelectTaggedObjectList Rail1Selection { get; }
Property Value
Rail2Selection
Declaration
public SelectTaggedObjectList Rail2Selection { get; }
Property Value
RailType
Declaration
public MeshFromBoundaryBuilder.RailOption RailType { get; set; }
Property Value
SourceSelection
Declaration
public SelectTaggedObjectList SourceSelection { get; }
Property Value
TargetSelection
Declaration
public SelectTaggedObjectList TargetSelection { get; }
Property Value
Type
Declaration
public MeshFromBoundaryBuilder.LoopOption Type { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink