|
NX Open C++ Reference Guide
|
Represents a StepParams Builder
Created in NX5.0.0.
More...
Public Member Functions | |
| int | Add (int inputIndex, double diameter, double length, double angle, double radius) |
| Create a new step params item. | |
| void | Delete (int nodeIndex) |
| Delete an existing step params item Created in NX5.0.0. | |
| void | Get (int step, double *diameter, double *length, double *angle, double *cornerRadius) |
| Get the values of an existing step params item Created in NX6.0.0. | |
| void | Modify (int nodeIndex, double diameter, double length, double angle, double radius) |
| Modify an existing step params item Created in NX5.0.0. | |
| void | MoveDown (int index) |
| Move down a step params item Created in NX6.0.0. | |
| void | MoveUp (int index) |
| Move up a step params item Created in NX6.0.0. | |
| int | NumberOfSteps () |
| Returns the number of step params 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 StepParams Builder
Created in NX5.0.0.
| int NXOpen::CAM::StepParamsBuilder::Add | ( | int | inputIndex, |
| double | diameter, | ||
| double | length, | ||
| double | angle, | ||
| double | radius | ||
| ) |
Create a new step params item.
| inputIndex | the inputted new created item position |
| diameter | the diameter |
| length | the length |
| angle | the angle |
| radius | the radius |
| void NXOpen::CAM::StepParamsBuilder::Delete | ( | int | nodeIndex | ) |
Delete an existing step params item
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| nodeIndex | the selected entry indx in list |
| void NXOpen::CAM::StepParamsBuilder::Get | ( | int | step, |
| double * | diameter, | ||
| double * | length, | ||
| double * | angle, | ||
| double * | cornerRadius | ||
| ) |
Get the values of an existing step params item
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| step | the step |
| diameter | the diameter |
| length | the length |
| angle | the angle |
| cornerRadius | the corner radius |
| void NXOpen::CAM::StepParamsBuilder::Modify | ( | int | nodeIndex, |
| double | diameter, | ||
| double | length, | ||
| double | angle, | ||
| double | radius | ||
| ) |
Modify an existing step params item
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| nodeIndex | the index of modified step params |
| diameter | the diameter |
| length | the length |
| angle | the angle |
| radius | the radius |
| void NXOpen::CAM::StepParamsBuilder::MoveDown | ( | int | index | ) |
Move down a step params item
Created in NX6.0.0.
License requirements : None
| index | the index of item which should be moved down |
| void NXOpen::CAM::StepParamsBuilder::MoveUp | ( | int | index | ) |
Move up a step params item
Created in NX6.0.0.
License requirements : None
| index | the index of item which should be moved up |
| int NXOpen::CAM::StepParamsBuilder::NumberOfSteps | ( | ) |
Returns the number of step params
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")