NX Open C++ Reference Guide
|
Represents a CAE::ElementReflectBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementReflectBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | ElemDimType { ElemDimTypeAny, ElemDimTypeBeam, ElemDimTypeShell, ElemDimTypeSolid } |
Dimension of element to be reflected. More... | |
enum | LabelType { LabelTypeLabel, LabelTypeOffset } |
Option to use label/increment or offset. 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. | |
NXOpen::CAE::ElementReflectBuilder::ElemDimType | ElementDimensionOption () |
Returns the element dimension option Created in NX5.0.0. | |
NXOpen::CAE::SelectElementsBuilder * | Elements () |
Returns the selected elements to be reflected 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. | |
NXOpen::CAE::ElementReflectBuilder::LabelType | LabelOption () |
Returns the label option 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::ElementReflectBuilder::NewMeshType | NewMeshOption () |
Returns the new mesh option Created in NX5.0.0. | |
int | Offset () |
Returns the offset Created in NX5.0.0. | |
NXOpen::Plane * | Plane () |
Returns the plane of reflection Created in NX5.0.0. | |
void | SetCollectorName (const NXString &collectorName) |
Sets the mesh collector name Created in NX5.0.0. | |
void | SetElementDimensionOption (NXOpen::CAE::ElementReflectBuilder::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 | SetLabelOption (NXOpen::CAE::ElementReflectBuilder::LabelType labelOption) |
Sets the label option 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::ElementReflectBuilder::NewMeshType newMeshOption) |
Sets the new mesh option Created in NX5.0.0. | |
void | SetOffset (int offset) |
Sets the offset Created in NX5.0.0. | |
void | SetPlane (NXOpen::Plane *plane) |
Sets the plane of reflection Created in NX5.0.0. |
Represents a CAE::ElementReflectBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementReflectBuilder
Created in NX5.0.0.
Returns the mesh collector name
Created in NX5.0.0.
License requirements : None
NXOpen::CAE::ElementReflectBuilder::ElemDimType NXOpen::CAE::ElementReflectBuilder::ElementDimensionOption | ( | ) |
Returns the element dimension option
Created in NX5.0.0.
License requirements : None
Returns the selected elements to be reflected
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 label option
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
NXOpen::CAE::ElementReflectBuilder::NewMeshType NXOpen::CAE::ElementReflectBuilder::NewMeshOption | ( | ) |
Returns the new mesh option
Created in NX5.0.0.
License requirements : None
Returns the offset
Created in NX5.0.0.
License requirements : None
Returns the plane of reflection
Created in NX5.0.0.
License requirements : None
void NXOpen::CAE::ElementReflectBuilder::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::ElementReflectBuilder::SetElementDimensionOption | ( | NXOpen::CAE::ElementReflectBuilder::ElemDimType | elementDimensionOption | ) |
Sets the element dimension option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
elementDimensionOption | elementdimensionoption |
void NXOpen::CAE::ElementReflectBuilder::SetIncrement | ( | int | increment | ) |
Sets the increment
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
increment | increment |
void NXOpen::CAE::ElementReflectBuilder::SetLabel | ( | int | label | ) |
Sets the label
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
label | label |
void NXOpen::CAE::ElementReflectBuilder::SetLabelOption | ( | NXOpen::CAE::ElementReflectBuilder::LabelType | labelOption | ) |
Sets the label option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
labelOption | labeloption |
void NXOpen::CAE::ElementReflectBuilder::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::ElementReflectBuilder::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::ElementReflectBuilder::SetNewMeshOption | ( | NXOpen::CAE::ElementReflectBuilder::NewMeshType | newMeshOption | ) |
Sets the new mesh option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
newMeshOption | newmeshoption |
void NXOpen::CAE::ElementReflectBuilder::SetOffset | ( | int | offset | ) |
Sets the offset
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
offset | offset |
void NXOpen::CAE::ElementReflectBuilder::SetPlane | ( | NXOpen::Plane * | plane | ) |
Sets the plane of reflection
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
plane | plane |