NX Open C++ Reference Guide
|
Represents the move collection
To obtain an instance of this class, refer to CAM::Operation
Created in NX5.0.0.
More...
Represents the move collection
To obtain an instance of this class, refer to CAM::Operation
Created in NX5.0.0.
Returns an iterator addressing the first element.
NXOpen::CAM::RotateToolMoveBuilder* NXOpen::CAM::MoveCollection::CreateRotateToolMoveBuilder | ( | NXOpen::CAM::Move * | param, |
NXOpen::CAM::Move * | insertAfterTag | ||
) |
NXOpen::CAM::TeachmodeEngageSettingsBuilder* NXOpen::CAM::MoveCollection::CreateTeachmodeEngageSettingsBuilder | ( | NXOpen::CAM::Move * | param | ) |
Create a Teachmode Engage Settings.
param | Teachmode Suboperation object |
NXOpen::CAM::TeachmodeRetractSettingsBuilder* NXOpen::CAM::MoveCollection::CreateTeachmodeRetractSettingsBuilder | ( | NXOpen::CAM::Move * | param | ) |
Create a Teachmode Retract Settings.
param | Teachmode Suboperation object |
NXOpen::CAM::UserDefinedMoveBuilder* NXOpen::CAM::MoveCollection::CreateUserDefinedMoveBuilder | ( | NXOpen::CAM::Move * | param, |
const NXString & | typeName | ||
) |
Returns an iterator addressing one past the last element.
NXOpen::CAM::Move* NXOpen::CAM::MoveCollection::FindObject | ( | const NXString & | sid | ) |
Finds the CAM.Operation object with the given identifier as recorded in a journal.
sid | the name of the object |
tag_t NXOpen::CAM::MoveCollection::Tag | ( | ) | const |
Returns the tag of this object.