NX Open C++ Reference Guide
|
Represents a Builder which holds the data for a set of individual number of passes and stepover distance. More...
Public Member Functions | |
void | Add (int indexAfter, int numOfPasses, double distance, int intent) |
Add a new item Created in NX6.0.0. | |
void | Delete (int index) |
Delete a item Created in NX6.0.0. | |
void | GetData (int index, int *numOfPasses, double *distance, int *intent) |
Get item for the specified stepover index Created in NX7.5.3. | |
int | GetNumberOfStepovers () |
Get number of stepovers. | |
void | Modify (int index, int numOfPasses, double distance, int intent) |
Modify item Created in NX6.0.0. | |
void | MoveDown (int index) |
Move down a item Created in NX6.0.0. | |
void | MoveUp (int index) |
Move up a item Created in NX6.0.0. |
Represents a Builder which holds the data for a set of individual number of passes and stepover distance.
This is an abstract class and cannot be instantiated.
Created in NX6.0.0.
void NXOpen::CAM::MultipleStepoverBuilder::Add | ( | int | indexAfter, |
int | numOfPasses, | ||
double | distance, | ||
int | intent | ||
) |
Add a new item
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
indexAfter | the index which new item will be added after |
numOfPasses | the num of passes for new item |
distance | the distance for new item |
intent | the intent for new item |
void NXOpen::CAM::MultipleStepoverBuilder::Delete | ( | int | index | ) |
Delete a item
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
index | the index of item to be deleted |
void NXOpen::CAM::MultipleStepoverBuilder::GetData | ( | int | index, |
int * | numOfPasses, | ||
double * | distance, | ||
int * | intent | ||
) |
Get item for the specified stepover index
Created in NX7.5.3.
License requirements : cam_base ("CAM BASE")
index | the index of item to be modified |
numOfPasses | the new value of num of passes |
distance | the new value of distance |
intent | the new value of intent |
Get number of stepovers.
void NXOpen::CAM::MultipleStepoverBuilder::Modify | ( | int | index, |
int | numOfPasses, | ||
double | distance, | ||
int | intent | ||
) |
Modify item
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
index | the index of item to be modified |
numOfPasses | the new value of num of passes |
distance | the new value of distance |
intent | the new value of intent |
void NXOpen::CAM::MultipleStepoverBuilder::MoveDown | ( | int | index | ) |
Move down a item
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
index | the index of item to be moved down |
void NXOpen::CAM::MultipleStepoverBuilder::MoveUp | ( | int | index | ) |
Move up a item
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
index | the index of item to be moved up |