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, MethodTypeAlignVectors, MethodTypePointToPoint, MethodTypeScaleModel, 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::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::Point * | PointSource () |
Returns the source point Created in NX8.5.0. | |
NXOpen::Point * | PointTarget () |
Returns the target point Created in NX8.5.0. | |
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 | 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 | SetPointSource (NXOpen::Point *sourcePoint) |
Sets the source point Created in NX8.5.0. | |
void | SetPointTarget (NXOpen::Point *targetPoint) |
Sets the target point Created in NX8.5.0. | |
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. | |
void | SetVectorSource (NXOpen::Direction *vector) |
Sets the source vector Created in NX8.5.0. | |
void | SetVectorTarget (NXOpen::Direction *vector) |
Sets the target vector Created in NX8.5.0. | |
void | SetXScaleFactor (double scaleFactor) |
Sets the x scale factor Created in NX8.5.0. | |
void | SetYScaleFactor (double scaleFactor) |
Sets the y scale factor Created in NX8.5.0. | |
void | SetZScaleFactor (double scaleFactor) |
Sets the z scale factor Created in NX8.5.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::Direction * | VectorSource () |
Returns the source vector Created in NX8.5.0. | |
NXOpen::Direction * | VectorTarget () |
Returns the target vector Created in NX8.5.0. | |
NXOpen::Expression * | XDistance () |
Returns the x distance Created in NX5.0.0. | |
double | XScaleFactor () |
Returns the x scale factor Created in NX8.5.0. | |
NXOpen::Expression * | YDistance () |
Returns the y distance Created in NX5.0.0. | |
double | YScaleFactor () |
Returns the y scale factor Created in NX8.5.0. | |
NXOpen::Expression * | ZDistance () |
Returns the z distance Created in NX5.0.0. | |
double | ZScaleFactor () |
Returns the z scale factor Created in NX8.5.0. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAE::NodeTranslateBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeTranslateBuilder
Created in NX5.0.0.
NXOpen::CAE::NodeTranslateBuilder::CopyType NXOpen::CAE::NodeTranslateBuilder::CopyOption | ( | ) |
Returns the copy option
Created in NX5.0.0.
License requirements : None
NXOpen::CoordinateSystem* NXOpen::CAE::NodeTranslateBuilder::Csys | ( | ) |
Returns the 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
NXOpen::Fields::FieldWrapper* NXOpen::CAE::NodeTranslateBuilder::Field | ( | ) |
Returns the scale factor
Created in NX7.5.0.
License requirements : None
int NXOpen::CAE::NodeTranslateBuilder::Increment | ( | ) |
Returns the increment
Created in NX5.0.0.
License requirements : None
int NXOpen::CAE::NodeTranslateBuilder::Label | ( | ) |
Returns the label
Created in NX5.0.0.
License requirements : None
NXOpen::CAE::NodeTranslateBuilder::LabelType NXOpen::CAE::NodeTranslateBuilder::LabelOption | ( | ) |
Returns the label option
Created in NX5.0.0.
License requirements : None
NXOpen::CAE::NodeTranslateBuilder::MethodType NXOpen::CAE::NodeTranslateBuilder::MethodOption | ( | ) |
Returns the method option
Created in NX5.0.0.
License requirements : None
NXOpen::CAE::SelectFENodeList* NXOpen::CAE::NodeTranslateBuilder::Node | ( | ) |
Returns the node
Created in NX5.0.0.
License requirements : None
int NXOpen::CAE::NodeTranslateBuilder::NumCopy | ( | ) |
Returns the num copy
Created in NX5.0.0.
License requirements : None
int NXOpen::CAE::NodeTranslateBuilder::Offset | ( | ) |
Returns the offset
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::NodeTranslateBuilder::PAngle | ( | ) |
Returns the p angle
Created in NX5.0.0.
License requirements : None
NXOpen::Point* NXOpen::CAE::NodeTranslateBuilder::PointSource | ( | ) |
Returns the source point
Created in NX8.5.0.
License requirements : None
NXOpen::Point* NXOpen::CAE::NodeTranslateBuilder::PointTarget | ( | ) |
Returns the target point
Created in NX8.5.0.
License requirements : None
double NXOpen::CAE::NodeTranslateBuilder::ScaleFactor | ( | ) |
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 |
void NXOpen::CAE::NodeTranslateBuilder::SetCsys | ( | NXOpen::CoordinateSystem * | csys | ) |
Sets the csys
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
csys | csys |
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::SetPointSource | ( | NXOpen::Point * | sourcePoint | ) |
Sets the source point
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
sourcePoint | sourcepoint |
void NXOpen::CAE::NodeTranslateBuilder::SetPointTarget | ( | NXOpen::Point * | targetPoint | ) |
Sets the target point
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
targetPoint | targetpoint |
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 |
void NXOpen::CAE::NodeTranslateBuilder::SetVectorSource | ( | NXOpen::Direction * | vector | ) |
Sets the source vector
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
vector | vector |
void NXOpen::CAE::NodeTranslateBuilder::SetVectorTarget | ( | NXOpen::Direction * | vector | ) |
Sets the target vector
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
vector | vector |
void NXOpen::CAE::NodeTranslateBuilder::SetXScaleFactor | ( | double | scaleFactor | ) |
Sets the x scale factor
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
scaleFactor | scalefactor |
void NXOpen::CAE::NodeTranslateBuilder::SetYScaleFactor | ( | double | scaleFactor | ) |
Sets the y scale factor
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
scaleFactor | scalefactor |
void NXOpen::CAE::NodeTranslateBuilder::SetZScaleFactor | ( | double | scaleFactor | ) |
Sets the z scale factor
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
scaleFactor | scalefactor |
NXOpen::Expression* NXOpen::CAE::NodeTranslateBuilder::TAngle | ( | ) |
Returns the t angle
Created in NX5.0.0.
License requirements : None
NXOpen::Direction* NXOpen::CAE::NodeTranslateBuilder::Vector | ( | ) |
Returns the vector
Created in NX5.0.0.
License requirements : None
NXOpen::Direction* NXOpen::CAE::NodeTranslateBuilder::VectorSource | ( | ) |
Returns the source vector
Created in NX8.5.0.
License requirements : None
NXOpen::Direction* NXOpen::CAE::NodeTranslateBuilder::VectorTarget | ( | ) |
Returns the target vector
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::NodeTranslateBuilder::XDistance | ( | ) |
Returns the x distance
Created in NX5.0.0.
License requirements : None
double NXOpen::CAE::NodeTranslateBuilder::XScaleFactor | ( | ) |
Returns the x scale factor
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::NodeTranslateBuilder::YDistance | ( | ) |
Returns the y distance
Created in NX5.0.0.
License requirements : None
double NXOpen::CAE::NodeTranslateBuilder::YScaleFactor | ( | ) |
Returns the y scale factor
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::NodeTranslateBuilder::ZDistance | ( | ) |
Returns the z distance
Created in NX5.0.0.
License requirements : None
double NXOpen::CAE::NodeTranslateBuilder::ZScaleFactor | ( | ) |
Returns the z scale factor
Created in NX8.5.0.
License requirements : None