Class DependentMeshBuilder
Inheritance
DependentMeshBuilder
Assembly: NXOpen.dll
Syntax
public class DependentMeshBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DependentMeshBuilder()
Declaration
protected DependentMeshBuilder()
Properties
LoopList
Declaration
public DependentMeshListItemBuilderList LoopList { get; }
Property Value
MasterFace
Declaration
public SelectCAEFace MasterFace { get; }
Property Value
TargetFace
Declaration
public SelectCAEFace TargetFace { get; }
Property Value
Methods
AutoGenerateLoopList()
Declaration
public bool AutoGenerateLoopList()
Returns
CheckForSymmetry()
Declaration
public bool CheckForSymmetry()
Returns
CheckForTinyEdges()
Declaration
public bool CheckForTinyEdges()
Returns
CommitDependentMesh()
Declaration
public Mesh2d CommitDependentMesh()
Returns
CreateNewListItem(CAEEdge, CAEEdge, bool)
Declaration
public DependentMeshListItemBuilder CreateNewListItem(CAEEdge tMasterEdge, CAEEdge tTargetEdge, bool fFlipDirection)
Parameters
Returns
GetCsys()
Declaration
public NXObject GetCsys()
Returns
GetMeshType()
Declaration
public DependentMeshBuilder.MeshType GetMeshType()
Returns
MatchCylinderSeams()
Declaration
public void MatchCylinderSeams()
SetCsys(NXObject)
Declaration
public void SetCsys(NXObject tCsys)
Parameters
SetMeshType(MeshType)
Declaration
public void SetMeshType(DependentMeshBuilder.MeshType type)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink