NX Open C++ Reference Guide
|
Represents a VerticalPosition Builder
Created in NX7.5.0.
More...
Public Types | |
enum | OffsetTypes { OffsetTypesDistance, OffsetTypesTeethNumber, OffsetTypesAuto } |
offset options Created in NX7.5.0. More... | |
Public Member Functions | |
double | Distance () |
Returns the distance Created in NX7.5.0. | |
NXOpen::CAM::VerticalPosition::OffsetTypes | OffsetType () |
Returns the offset type Created in NX7.5.0. | |
void | SetDistance (double distance) |
Sets the distance Created in NX7.5.0. | |
void | SetOffsetType (NXOpen::CAM::VerticalPosition::OffsetTypes newValue) |
Sets the offset type Created in NX7.5.0. | |
void | SetTeethNumber (double teethNumber) |
Sets the teeth number Created in NX7.5.0. | |
double | TeethNumber () |
Returns the teeth number Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a VerticalPosition Builder
Created in NX7.5.0.
double NXOpen::CAM::VerticalPosition::Distance | ( | ) |
Returns the distance
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::VerticalPosition::OffsetTypes NXOpen::CAM::VerticalPosition::OffsetType | ( | ) |
Returns the offset type
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::VerticalPosition::SetDistance | ( | double | distance | ) |
Sets the distance
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
distance | the distance |
void NXOpen::CAM::VerticalPosition::SetOffsetType | ( | NXOpen::CAM::VerticalPosition::OffsetTypes | newValue | ) |
Sets the offset type
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the offset type |
void NXOpen::CAM::VerticalPosition::SetTeethNumber | ( | double | teethNumber | ) |
Sets the teeth number
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
teethNumber | the teeth number |
double NXOpen::CAM::VerticalPosition::TeethNumber | ( | ) |
Returns the teeth number
Created in NX7.5.0.
License requirements : None