TurnRoughVariableIncrementBuilder Class¶
-
class
NXOpen.CAM.TurnRoughVariableIncrementBuilder¶ Bases:
NXOpen.TaggedObjectRepresents a Variable Increment Builder
New in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| Add | Add a new item |
| Delete | Delete a selected item |
| Modify | Modify a selected item |
| MoveDown | Move down a selected item |
| MoveUp | Move up a selected item |
Method Detail¶
Add¶
-
TurnRoughVariableIncrementBuilder.Add¶ Add a new item
Signature
Add(index, numOfPasses, increment)Parameters: - index (int) – the index which new item will be added after
- numOfPasses (int) – the num of passes
- increment (float) – the increment
New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)
Delete¶
-
TurnRoughVariableIncrementBuilder.Delete¶ Delete a selected item
Signature
Delete(index)Parameters: index (int) – the index of selected item New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)
Modify¶
-
TurnRoughVariableIncrementBuilder.Modify¶ Modify a selected item
Signature
Modify(index, numOfPasses, increment)Parameters: - index (int) – the index of selected item
- numOfPasses (int) – the num of passes
- increment (float) – the increment
New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)