|
NX Open C++ Reference Guide
|
Represents a Turn Avoidance Path Points Builder
Created in NX6.0.0.
More...
Public Member Functions | |
| void | DeleteVariableIncrementListData (int index) |
| Delete an existing variable increment Created in NX6.0.0. | |
| void | GetVariableIncrementListData (int index, int *numberOfCuts, double *increment) |
| Get the values of variable increment Created in NX6.0.0. | |
| void | ModifyVariableIncrementListData (int index, int numberOfCuts, double increment) |
| Modify an existing variable increment value, name maybe changed if not unique Created in NX6.0.0. | |
| void | SetVariableIncrementListData (int numberOfCuts, double increment) |
| Create a new variable increment at last of list, name maybe changed if not unique Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Turn Avoidance Path Points Builder
Created in NX6.0.0.
| void NXOpen::CAM::CenterlineDrillVariableIncrementBuilder::DeleteVariableIncrementListData | ( | int | index | ) |
Delete an existing variable increment
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| index | the index of deleted variable increment list |
| void NXOpen::CAM::CenterlineDrillVariableIncrementBuilder::GetVariableIncrementListData | ( | int | index, |
| int * | numberOfCuts, | ||
| double * | increment | ||
| ) |
Get the values of variable increment
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| index | the index which will be get |
| numberOfCuts | the number of cuts |
| increment | the increment value |
| void NXOpen::CAM::CenterlineDrillVariableIncrementBuilder::ModifyVariableIncrementListData | ( | int | index, |
| int | numberOfCuts, | ||
| double | increment | ||
| ) |
Modify an existing variable increment value, name maybe changed if not unique
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| index | the index of modified variable increment |
| numberOfCuts | the number of cuts |
| increment | the increment value |
| void NXOpen::CAM::CenterlineDrillVariableIncrementBuilder::SetVariableIncrementListData | ( | int | numberOfCuts, |
| double | increment | ||
| ) |
Create a new variable increment at last of list, name maybe changed if not unique
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| numberOfCuts | the number of cuts |
| increment | the increment value |