NX Open C++ Reference Guide
|
Represents a CAE::NodeTranslateBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeTranslateBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | CopyType { CopyTypeTranslateOnly, CopyTypeCopyTranslate } |
the copy types More... | |
enum | DistanceType { DistanceTypePerCopy, DistanceTypeTotal } |
the distance types More... | |
enum | LabelType { LabelTypeLabelIncrement, LabelTypeByOffset } |
the label types More... | |
enum | MethodType { MethodTypeByComponents, MethodTypeAlongDirection, MethodTypeByField } |
the method types More... | |
Public Member Functions | |
NXOpen::CAE::NodeTranslateBuilder::CopyType | CopyOption () |
Returns the copy option Created in NX5.0.0. | |
NXOpen::CoordinateSystem * | Csys () |
Returns the csys Created in NX5.0.0. | |
NXOpen::CoordinateSystem * | DispCsys () |
Returns the disp csys | |
NXOpen::CAE::NodeTranslateBuilder::DistanceType | DistanceOption () |
Returns the distance option Created in NX5.0.0. | |
NXOpen::Fields::FieldWrapper * | Field () |
Returns the scale factor Created in NX7.5.0. | |
int | Increment () |
Returns the increment Created in NX5.0.0. | |
int | Label () |
Returns the label Created in NX5.0.0. | |
NXOpen::CAE::NodeTranslateBuilder::LabelType | LabelOption () |
Returns the label option Created in NX5.0.0. | |
NXOpen::CAE::NodeTranslateBuilder::MethodType | MethodOption () |
Returns the method 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::Expression * | PAngle () |
Returns the p angle Created in NX5.0.0. | |
NXOpen::CoordinateSystem * | RefCsys () |
Returns the ref csys | |
double | ScaleFactor () |
Returns the scale factor Created in NX7.5.0. | |
void | SetCopyOption (NXOpen::CAE::NodeTranslateBuilder::CopyType copyOption) |
Sets the copy option Created in NX5.0.0. | |
void | SetCsys (NXOpen::CoordinateSystem *csys) |
Sets the csys Created in NX5.0.0. | |
void | SetDispCsys (NXOpen::CoordinateSystem *dispCsys) |
Sets the disp csys | |
void | SetDistanceOption (NXOpen::CAE::NodeTranslateBuilder::DistanceType distanceOption) |
Sets the distance option Created in NX5.0.0. | |
void | SetField (NXOpen::Fields::FieldWrapper *fieldTag) |
Sets the scale factor Created in NX7.5.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::NodeTranslateBuilder::LabelType labelOption) |
Sets the label option Created in NX5.0.0. | |
void | SetMethodOption (NXOpen::CAE::NodeTranslateBuilder::MethodType methodOption) |
Sets the method 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 | |
void | SetScaleFactor (double scaleFactor) |
Sets the scale factor Created in NX7.5.0. | |
void | SetVector (NXOpen::Direction *vector) |
Sets the vector Created in NX5.0.0. | |
NXOpen::Expression * | TAngle () |
Returns the t angle Created in NX5.0.0. | |
NXOpen::Direction * | Vector () |
Returns the vector Created in NX5.0.0. | |
NXOpen::Expression * | XDistance () |
Returns the x distance Created in NX5.0.0. | |
NXOpen::Expression * | YDistance () |
Returns the y distance Created in NX5.0.0. | |
NXOpen::Expression * | ZDistance () |
Returns the z distance Created in NX5.0.0. |
Represents a CAE::NodeTranslateBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeTranslateBuilder
Created in NX5.0.0.
Returns the copy option
Created in NX5.0.0.
License requirements : None
Returns the csys
Created in NX5.0.0.
License requirements : None
Returns the disp csys
Created in NX5.0.0.
License requirements : None
NXOpen::CAE::NodeTranslateBuilder::DistanceType NXOpen::CAE::NodeTranslateBuilder::DistanceOption | ( | ) |
Returns the distance option
Created in NX5.0.0.
License requirements : None
Returns the scale factor
Created in NX7.5.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 method 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 p angle
Created in NX5.0.0.
License requirements : None
Returns the ref csys
Created in NX5.0.0.
License requirements : None
Returns the scale factor
Created in NX7.5.0.
License requirements : None
void NXOpen::CAE::NodeTranslateBuilder::SetCopyOption | ( | NXOpen::CAE::NodeTranslateBuilder::CopyType | copyOption | ) |
Sets the copy option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
copyOption | copyoption |
Sets the csys
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
csys | csys |
void NXOpen::CAE::NodeTranslateBuilder::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::NodeTranslateBuilder::SetDistanceOption | ( | NXOpen::CAE::NodeTranslateBuilder::DistanceType | distanceOption | ) |
Sets the distance option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
distanceOption | distanceoption |
void NXOpen::CAE::NodeTranslateBuilder::SetField | ( | NXOpen::Fields::FieldWrapper * | fieldTag | ) |
Sets the scale factor
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
fieldTag | fieldtag |
void NXOpen::CAE::NodeTranslateBuilder::SetIncrement | ( | int | increment | ) |
Sets the increment
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
increment | increment |
void NXOpen::CAE::NodeTranslateBuilder::SetLabel | ( | int | label | ) |
Sets the label
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
label | label |
void NXOpen::CAE::NodeTranslateBuilder::SetLabelOption | ( | NXOpen::CAE::NodeTranslateBuilder::LabelType | labelOption | ) |
Sets the label option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
labelOption | labeloption |
void NXOpen::CAE::NodeTranslateBuilder::SetMethodOption | ( | NXOpen::CAE::NodeTranslateBuilder::MethodType | methodOption | ) |
Sets the method option
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
methodOption | methodoption |
void NXOpen::CAE::NodeTranslateBuilder::SetNumCopy | ( | int | numCopy | ) |
Sets the num copy
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
numCopy | numcopy |
void NXOpen::CAE::NodeTranslateBuilder::SetOffset | ( | int | offset | ) |
Sets the offset
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
offset | offset |
void NXOpen::CAE::NodeTranslateBuilder::SetRefCsys | ( | NXOpen::CoordinateSystem * | refCsys | ) |
Sets the ref csys
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
refCsys | refcsys |
void NXOpen::CAE::NodeTranslateBuilder::SetScaleFactor | ( | double | scaleFactor | ) |
Sets the scale factor
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
scaleFactor | scalefactor |
void NXOpen::CAE::NodeTranslateBuilder::SetVector | ( | NXOpen::Direction * | vector | ) |
Sets the vector
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
vector | vector |
Returns the t angle
Created in NX5.0.0.
License requirements : None
Returns the vector
Created in NX5.0.0.
License requirements : None
Returns the x distance
Created in NX5.0.0.
License requirements : None
Returns the y distance
Created in NX5.0.0.
License requirements : None
Returns the z distance
Created in NX5.0.0.
License requirements : None