NX Open C++ Reference Guide
|
Represents a CAE::NodeRotateBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeRotateBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | CopyType { CopyTypeRotateOnly, CopyTypeCopyRotate } |
the copy types More... | |
enum | DistanceType { DistanceTypePerCopy, DistanceTypeTotal } |
the distance types More... | |
enum | LabelType { LabelTypeLabelIncrement, LabelTypeByOffset } |
the label types More... | |
Public Member Functions | |
NXOpen::Expression * | Angle () |
Returns the angle Created in NX5.0.0. | |
NXOpen::Axis * | Axis () |
Returns the axis Created in NX5.0.0. | |
NXOpen::CAE::NodeRotateBuilder::CopyType | CopyOption () |
Returns the copy option Created in NX5.0.0. | |
NXOpen::CoordinateSystem * | DispCsys () |
Returns the disp csys | |
NXOpen::CAE::NodeRotateBuilder::DistanceType | DistanceOption () |
Returns the distance option Created in NX5.0.0. | |
int | Increment () |
Returns the increment Created in NX5.0.0. | |
int | Label () |
Returns the label Created in NX5.0.0. | |
NXOpen::CAE::NodeRotateBuilder::LabelType | LabelOption () |
Returns the label option Created in NX5.0.0. | |
NXOpen::CAE::SelectFENodeList * | Node () |
Returns the node Created in NX5.0.0. | |
int | NumCopy () |
Returns the num copy Created in NX5.0.0. | |
int | Offset () |
Returns the offset Created in NX5.0.0. | |
NXOpen::CoordinateSystem * | RefCsys () |
Returns the ref csys | |
void | SetAxis (NXOpen::Axis *axis) |
Sets the axis Created in NX5.0.0. | |
void | SetCopyOption (NXOpen::CAE::NodeRotateBuilder::CopyType copyOption) |
Sets the copy option Created in NX5.0.0. | |
void | SetDispCsys (NXOpen::CoordinateSystem *dispCsys) |
Sets the disp csys | |
void | SetDistanceOption (NXOpen::CAE::NodeRotateBuilder::DistanceType distanceOption) |
Sets the distance 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::NodeRotateBuilder::LabelType labelOption) |
Sets the label option Created in NX5.0.0. | |
void | SetNumCopy (int numCopy) |
Sets the num copy Created in NX5.0.0. | |
void | SetOffset (int offset) |
Sets the offset Created in NX5.0.0. | |
void | SetRefCsys (NXOpen::CoordinateSystem *refCsys) |
Sets the ref csys |
Represents a CAE::NodeRotateBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeRotateBuilder
Created in NX5.0.0.
Returns the angle
Created in NX5.0.0.
License requirements : None
Returns the axis
Created in NX5.0.0.
License requirements : None
Returns the copy option
Created in NX5.0.0.
License requirements : None
Returns the disp csys
Created in NX5.0.0.
License requirements : None
Returns the distance option
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 num copy
Created in NX5.0.0.
License requirements : None
Returns the offset
Created in NX5.0.0.
License requirements : None
Returns the ref csys
Created in NX5.0.0.
License requirements : None
void NXOpen::CAE::NodeRotateBuilder::SetAxis | ( | NXOpen::Axis * | axis | ) |
Sets the axis
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
axis | axis |
void NXOpen::CAE::NodeRotateBuilder::SetCopyOption | ( | NXOpen::CAE::NodeRotateBuilder::CopyType | copyOption | ) |
Sets the copy option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
copyOption | copyoption |
void NXOpen::CAE::NodeRotateBuilder::SetDispCsys | ( | NXOpen::CoordinateSystem * | dispCsys | ) |
Sets the disp csys
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
dispCsys | dispcsys |
void NXOpen::CAE::NodeRotateBuilder::SetDistanceOption | ( | NXOpen::CAE::NodeRotateBuilder::DistanceType | distanceOption | ) |
Sets the distance option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
distanceOption | distanceoption |
void NXOpen::CAE::NodeRotateBuilder::SetIncrement | ( | int | increment | ) |
Sets the increment
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
increment | increment |
void NXOpen::CAE::NodeRotateBuilder::SetLabel | ( | int | label | ) |
Sets the label
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
label | label |
void NXOpen::CAE::NodeRotateBuilder::SetLabelOption | ( | NXOpen::CAE::NodeRotateBuilder::LabelType | labelOption | ) |
Sets the label option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
labelOption | labeloption |
void NXOpen::CAE::NodeRotateBuilder::SetNumCopy | ( | int | numCopy | ) |
Sets the num copy
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
numCopy | numcopy |
void NXOpen::CAE::NodeRotateBuilder::SetOffset | ( | int | offset | ) |
Sets the offset
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
offset | offset |
void NXOpen::CAE::NodeRotateBuilder::SetRefCsys | ( | NXOpen::CoordinateSystem * | refCsys | ) |
Sets the ref csys
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
refCsys | refcsys |