NX Open C++ Reference Guide
|
Represents a CAE::ElementCreateBuilder which allows you to manually create elements from existing nodes. More...
Public Types | |
enum | ElemDimType { ElemDimTypePoint, ElemDimTypeBeam, ElemDimTypeShell, ElemDimTypeSolid, ElemDimTypeAnySolid } |
Dimension of the element to be created. More... | |
enum | NewMeshType { NewMeshTypeCreate, NewMeshTypeExisting } |
Option to create new mesh or add to existing mesh. More... | |
Public Member Functions | |
NXString | CollectorName () |
Returns the mesh collector name Created in NX5.0.0. | |
void | CreateCollector () |
Create mesh collector Created in NX5.0.0. | |
NXOpen::CAE::ElementCreateBuilder::ElemDimType | ElementDimensionOption () |
Returns the element dimension option Created in NX5.0.0. | |
NXOpen::CAE::ElementTypeBuilder * | ElementType () |
Returns the element type builder. | |
int | Increment () |
Returns the increment Created in NX5.0.0. | |
int | Label () |
Returns the label Created in NX5.0.0. | |
NXString | MeshName () |
Returns the mesh name Created in NX5.0.0. | |
NXString | NeutralName () |
Returns the element neutral name Created in NX5.0.0. | |
NXOpen::CAE::ElementCreateBuilder::NewMeshType | NewMeshOption () |
Returns the new mesh option Created in NX5.0.0. | |
NXOpen::CAE::SelectFENodeList * | Node () |
Returns the selected node Created in NX5.0.0. | |
void | SetCollectorName (const NXString &collectorName) |
Sets the mesh collector name Created in NX5.0.0. | |
void | SetElementDimensionOption (NXOpen::CAE::ElementCreateBuilder::ElemDimType elementDimensionOption) |
Sets the element dimension option Created in NX5.0.0. | |
void | SetIncrement (int increment) |
Sets the increment Created in NX5.0.0. | |
void | SetLabel (int label) |
Sets the label Created in NX5.0.0. | |
void | SetMeshName (const NXString &meshName) |
Sets the mesh name Created in NX5.0.0. | |
void | SetNeutralName (const NXString &neutralName) |
Sets the element neutral name Created in NX5.0.0. | |
void | SetNewMeshOption (NXOpen::CAE::ElementCreateBuilder::NewMeshType newMeshOption) |
Sets the new mesh option Created in NX5.0.0. |
Represents a CAE::ElementCreateBuilder which allows you to manually create elements from existing nodes.
The following element topologies are supported
3 5 / \ / \ / \ / \ 4---------------3 7-------6-------5 / \ / \ | | | | / \ 6 4 | | | | / \ / \ | | 8 4 / \ / \ | | | | / \ / \ | | | | 1---------------2 1-------2-------3 1---------------2 1-------2-------3 Tria(3) Tria(6) Quad(4) Quad(8)
To create a new instance of this class, use CAE::NodeElementManager::CreateElementCreateBuilder
Created in NX5.0.0.
Dimension of the element to be created.
ElemDimTypePoint |
0D element |
ElemDimTypeBeam |
beam |
ElemDimTypeShell |
shell |
ElemDimTypeSolid |
solid, types currently supported through UI |
ElemDimTypeAnySolid |
any solid type |
Returns the mesh collector name
Created in NX5.0.0.
License requirements : None
Create mesh collector
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::ElementCreateBuilder::ElemDimType NXOpen::CAE::ElementCreateBuilder::ElementDimensionOption | ( | ) |
Returns the element dimension option
Created in NX5.0.0.
License requirements : None
Returns the element type builder.
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
Returns the increment
Created in NX5.0.0.
License requirements : None
Returns the label
Created in NX5.0.0.
License requirements : None
Returns the mesh name
Created in NX5.0.0.
License requirements : None
Returns the element neutral name
Created in NX5.0.0.
License requirements : None
Returns the new mesh option
Created in NX5.0.0.
License requirements : None
Returns the selected node
Created in NX5.0.0.
License requirements : None
void NXOpen::CAE::ElementCreateBuilder::SetCollectorName | ( | const NXString & | collectorName | ) |
Sets the mesh collector name
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
collectorName | collectorname |
void NXOpen::CAE::ElementCreateBuilder::SetElementDimensionOption | ( | NXOpen::CAE::ElementCreateBuilder::ElemDimType | elementDimensionOption | ) |
Sets the element dimension option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
elementDimensionOption | elementdimensionoption |
void NXOpen::CAE::ElementCreateBuilder::SetIncrement | ( | int | increment | ) |
Sets the increment
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
increment | increment |
void NXOpen::CAE::ElementCreateBuilder::SetLabel | ( | int | label | ) |
Sets the label
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
label | label |
void NXOpen::CAE::ElementCreateBuilder::SetMeshName | ( | const NXString & | meshName | ) |
Sets the mesh name
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
meshName | meshname |
void NXOpen::CAE::ElementCreateBuilder::SetNeutralName | ( | const NXString & | neutralName | ) |
Sets the element neutral name
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
neutralName | neutralname |
void NXOpen::CAE::ElementCreateBuilder::SetNewMeshOption | ( | NXOpen::CAE::ElementCreateBuilder::NewMeshType | newMeshOption | ) |
Sets the new mesh option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
newMeshOption | newmeshoption |