|
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 | SetCollectorName (const char *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 | SetMeshName (const char *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 | SetNeutralName (const char *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. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a CAE::ElementReflectBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementReflectBuilder
Created in NX5.0.0.
| NXString NXOpen::CAE::ElementReflectBuilder::CollectorName | ( | ) |
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
| NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::ElementReflectBuilder::Elements | ( | ) |
Returns the selected elements to be reflected
Created in NX5.0.0.
License requirements : None
| NXOpen::CAE::ElementTypeBuilder* NXOpen::CAE::ElementReflectBuilder::ElementType | ( | ) |
Returns the element type builder.
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| int NXOpen::CAE::ElementReflectBuilder::Increment | ( | ) |
Returns the increment
Created in NX5.0.0.
License requirements : None
| int NXOpen::CAE::ElementReflectBuilder::Label | ( | ) |
Returns the label
Created in NX5.0.0.
License requirements : None
| NXOpen::CAE::ElementReflectBuilder::LabelType NXOpen::CAE::ElementReflectBuilder::LabelOption | ( | ) |
Returns the label option
Created in NX5.0.0.
License requirements : None
| NXString NXOpen::CAE::ElementReflectBuilder::MeshName | ( | ) |
Returns the mesh name
Created in NX5.0.0.
License requirements : None
| NXString NXOpen::CAE::ElementReflectBuilder::NeutralName | ( | ) |
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
| int NXOpen::CAE::ElementReflectBuilder::Offset | ( | ) |
Returns the offset
Created in NX5.0.0.
License requirements : None
| NXOpen::Plane* NXOpen::CAE::ElementReflectBuilder::Plane | ( | ) |
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::SetCollectorName | ( | const char * | 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::SetMeshName | ( | const char * | 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::SetNeutralName | ( | const char * | 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 |