NX Open C++ Reference Guide
|
Represents a CAE::NodeReflectBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeReflectBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | CopyType { CopyTypeReflectOnly, CopyTypeCopyReflect } |
the copy types More... | |
enum | LabelType { LabelTypeLabelIncrement, LabelTypeByOffset } |
the label types More... | |
Public Member Functions | |
NXOpen::CAE::NodeReflectBuilder::CopyType | CopyOption () |
Returns the copy option Created in NX5.0.0. | |
NXOpen::CoordinateSystem * | DisplacementCsys () |
Returns the displacement csys | |
int | Increment () |
Returns the increment Created in NX5.0.0. | |
int | Label () |
Returns the label Created in NX5.0.0. | |
NXOpen::CAE::NodeReflectBuilder::LabelType | LabelOption () |
Returns the label option Created in NX5.0.0. | |
NXOpen::CAE::SelectFENodeList * | Node () |
Returns the node Created in NX5.0.0. | |
int | Offset () |
Returns the offset Created in NX5.0.0. | |
NXOpen::Plane * | Plane () |
Returns the plane Created in NX5.0.0. | |
void | SetCopyOption (NXOpen::CAE::NodeReflectBuilder::CopyType copyOption) |
Sets the copy option Created in NX5.0.0. | |
void | SetDisplacementCsys (NXOpen::CoordinateSystem *displacementCsys) |
Sets the displacement csys | |
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::NodeReflectBuilder::LabelType labelOption) |
Sets the label 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 Created in NX5.0.0. |
Represents a CAE::NodeReflectBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeReflectBuilder
Created in NX5.0.0.
Returns the copy option
Created in NX5.0.0.
License requirements : None
Returns the displacement csys
Created in NX5.0.0.
License requirements : None
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 node
Created in NX5.0.0.
License requirements : None
Returns the offset
Created in NX5.0.0.
License requirements : None
Returns the plane
Created in NX5.0.0.
License requirements : None
void NXOpen::CAE::NodeReflectBuilder::SetCopyOption | ( | NXOpen::CAE::NodeReflectBuilder::CopyType | copyOption | ) |
Sets the copy option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
copyOption | copyoption |
void NXOpen::CAE::NodeReflectBuilder::SetDisplacementCsys | ( | NXOpen::CoordinateSystem * | displacementCsys | ) |
Sets the displacement csys
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
displacementCsys | displacementcsys |
void NXOpen::CAE::NodeReflectBuilder::SetIncrement | ( | int | increment | ) |
Sets the increment
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
increment | increment |
void NXOpen::CAE::NodeReflectBuilder::SetLabel | ( | int | label | ) |
Sets the label
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
label | label |
void NXOpen::CAE::NodeReflectBuilder::SetLabelOption | ( | NXOpen::CAE::NodeReflectBuilder::LabelType | labelOption | ) |
Sets the label option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
labelOption | labeloption |
void NXOpen::CAE::NodeReflectBuilder::SetOffset | ( | int | offset | ) |
Sets the offset
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
offset | offset |
void NXOpen::CAE::NodeReflectBuilder::SetPlane | ( | NXOpen::Plane * | plane | ) |
Sets the plane
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
plane | plane |