NX Open C++ Reference Guide
|
Represents a OperationTeaching Builder
To create a new instance of this class, use CAM::CAMSetup::CreateOperationTeaching
Created in NX8.0.0.
More...
Public Member Functions | |
NXOpen::CAM::CAMFeature * | GetFeature () |
Gets the selected feature. | |
NXString | GetLibraryPath () |
Gets the selected library path. | |
std::vector < NXOpen::CAM::Operation * > | GetOperations () |
Gets the selected operations. | |
void | SetFeature (NXOpen::CAM::CAMFeature *feature) |
Sets the selected feature Created in NX8.0.0. | |
void | SetLibraryPath (const NXString &path) |
Sets the selected library path Created in NX8.0.0. | |
void | SetOperations (const std::vector< NXOpen::CAM::Operation * > &aOperations) |
Sets the selected operations Created in NX8.0.0. | |
std::vector< NXString > | Teach () |
Teaches the new operations. |
Represents a OperationTeaching Builder
To create a new instance of this class, use CAM::CAMSetup::CreateOperationTeaching
Created in NX8.0.0.
Gets the selected feature.
Gets the selected library path.
std::vector<NXOpen::CAM::Operation *> NXOpen::CAM::OperationTeaching::GetOperations | ( | ) |
Gets the selected operations.
void NXOpen::CAM::OperationTeaching::SetFeature | ( | NXOpen::CAM::CAMFeature * | feature | ) |
Sets the selected feature
Created in NX8.0.0.
License requirements : fbm_author ("FBM Author")
feature | feature |
void NXOpen::CAM::OperationTeaching::SetLibraryPath | ( | const NXString & | path | ) |
Sets the selected library path
Created in NX8.0.0.
License requirements : fbm_author ("FBM Author")
path | path |
void NXOpen::CAM::OperationTeaching::SetOperations | ( | const std::vector< NXOpen::CAM::Operation * > & | aOperations | ) |
Sets the selected operations
Created in NX8.0.0.
License requirements : fbm_author ("FBM Author")
aOperations | a operations |
std::vector<NXString> NXOpen::CAM::OperationTeaching::Teach | ( | ) |
Teaches the new operations.