|
NX Open C++ Reference Guide
|
Represents a Variable Increment Builder
Created in NX6.0.0.
More...
Public Member Functions | |
| void | Add (int index, int numOfPasses, double increment) |
| Add a new item Created in NX5.0.0. | |
| void | Delete (int index) |
| Delete a selected item Created in NX5.0.0. | |
| void | Modify (int index, int numOfPasses, double increment) |
| Modify a selected item Created in NX5.0.0. | |
| void | MoveDown (int index) |
| Move down a selected item Created in NX5.0.0. | |
| void | MoveUp (int index) |
| Move up a selected item Created in NX5.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 Variable Increment Builder
Created in NX6.0.0.
| void NXOpen::CAM::TurnRoughVariableIncrementBuilder::Add | ( | int | index, |
| int | numOfPasses, | ||
| double | increment | ||
| ) |
Add a new item
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| index | the index which new item will be added after |
| numOfPasses | the num of passes |
| increment | the increment |
| void NXOpen::CAM::TurnRoughVariableIncrementBuilder::Delete | ( | int | index | ) |
Delete a selected item
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| index | the index of selected item |
| void NXOpen::CAM::TurnRoughVariableIncrementBuilder::Modify | ( | int | index, |
| int | numOfPasses, | ||
| double | increment | ||
| ) |
Modify a selected item
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| index | the index of selected item |
| numOfPasses | the num of passes |
| increment | the increment |
| void NXOpen::CAM::TurnRoughVariableIncrementBuilder::MoveDown | ( | int | index | ) |
Move down a selected item
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| index | the index of selected item |
| void NXOpen::CAM::TurnRoughVariableIncrementBuilder::MoveUp | ( | int | index | ) |
Move up a selected item
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| index | the index of selected item |