Class MeshFromBoundaryBuilder
Inheritance
System.Object
System.MarshalByRefObject
MeshFromBoundaryBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
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
Type |
Description |
System.String |
|
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Layers
Declaration
public int Layers { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LoopType
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use NXOpen.CAE.MeshFromBoundaryBuilder.Type instead.")]
public MeshFromBoundaryBuilder.LoopOption LoopType { get; set; }
Property Value
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 |
|
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
Methods
SetSourceElementEdgePathMethod(ElemEdgePathMethod)
Declaration
[Obsolete("Deprecated in NX1953.0.0. There is no replacement for this function.")]
public void SetSourceElementEdgePathMethod(ElemEdgePathMethod sourceElementEdgePathMethod)
Parameters
SetTargetElementEdgePathMethod(ElemEdgePathMethod)
Declaration
[Obsolete("Deprecated in NX1953.0.0. There is no replacement for this function.")]
public void SetTargetElementEdgePathMethod(ElemEdgePathMethod targetElementEdgePathMethod)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink