|
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. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
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 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 |
| int NXOpen::CAM::MultipleStepoverBuilder::GetNumberOfStepovers | ( | ) |
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 |