NX Open C++ Reference Guide
|
Represents a UdtSection Builder
Created in NX5.0.0.
More...
Public Member Functions | |
int | CreateWithParameter (double length, double angle, double radius, double sweep) |
Create a new udt section item with parameter. | |
void | Delete (int nodeIndex) |
Delete an existing udt section item Created in NX5.0.0. | |
void | Get (int index, double *length, double *angle, double *radius, double *sweep) |
Get the values of an existing udt section item Created in NX6.0.0. | |
void | ModifyWithParameter (int index, double length, double angle, double radius, double sweep) |
Modify an existing udt section item with parameter Created in NX6.0.0. | |
int | NumberOfSections () |
Returns the number of udt section Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a UdtSection Builder
Created in NX5.0.0.
int NXOpen::CAM::UdtSectionBuilder::CreateWithParameter | ( | double | length, |
double | angle, | ||
double | radius, | ||
double | sweep | ||
) |
Create a new udt section item with parameter.
length | the length |
angle | the angle |
radius | the radius |
sweep | the sweep |
void NXOpen::CAM::UdtSectionBuilder::Delete | ( | int | nodeIndex | ) |
Delete an existing udt section item
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
nodeIndex | the selected entry index in tree list |
void NXOpen::CAM::UdtSectionBuilder::Get | ( | int | index, |
double * | length, | ||
double * | angle, | ||
double * | radius, | ||
double * | sweep | ||
) |
Get the values of an existing udt section item
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
index | the index of item |
length | the length |
angle | the angle |
radius | the radius |
sweep | the sweep |
void NXOpen::CAM::UdtSectionBuilder::ModifyWithParameter | ( | int | index, |
double | length, | ||
double | angle, | ||
double | radius, | ||
double | sweep | ||
) |
Modify an existing udt section item with parameter
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
index | the index of modified udt section |
length | the length |
angle | the angle |
radius | the radius |
sweep | the sweep |
int NXOpen::CAM::UdtSectionBuilder::NumberOfSections | ( | ) |
Returns the number of udt section
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")