NX Open C++ Reference Guide
|
Represents an Turn Orient Wcs Builder
This is an abstract class, and cannot be instantiated.
More...
Public Types | |
enum | XcMappingTypes { XcMappingTypesSpindleAxis, XcMappingTypesReversedSpindleAxis, XcMappingTypesRadialAxis, XcMappingTypesReversedRadialAxis } |
the XC mapping types More... | |
enum | YcMappingTypes { YcMappingTypesRadialAxis, YcMappingTypesReversedRadialAxis, YcMappingTypesSpindleAxis, YcMappingTypesReversedSpindleAxis } |
the YC mapping types More... | |
Public Member Functions | |
void | SetWcsOffset (double wcsOffset) |
Sets the offset of the WCS origin Created in NX7.5.0. | |
void | SetXcMapping (NXOpen::CAM::TurnOrientWcs::XcMappingTypes xcMapping) |
Sets the XC mapping Created in NX7.5.0. | |
void | SetYcMapping (NXOpen::CAM::TurnOrientWcs::YcMappingTypes ycMapping) |
Sets the YC mapping Created in NX7.5.0. | |
double | WcsOffset () |
Returns the offset of the WCS origin Created in NX7.5.0. | |
NXOpen::CAM::TurnOrientWcs::XcMappingTypes | XcMapping () |
Returns the XC mapping Created in NX7.5.0. | |
NXOpen::CAM::TurnOrientWcs::YcMappingTypes | YcMapping () |
Returns the YC mapping 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 an Turn Orient Wcs Builder
This is an abstract class, and cannot be instantiated.
Created in NX7.5.0.
void NXOpen::CAM::TurnOrientWcs::SetWcsOffset | ( | double | wcsOffset | ) |
void NXOpen::CAM::TurnOrientWcs::SetXcMapping | ( | NXOpen::CAM::TurnOrientWcs::XcMappingTypes | xcMapping | ) |
Sets the XC mapping
Created in NX7.5.0.
License requirements : None
xcMapping | XC mapping to an MCS axis |
void NXOpen::CAM::TurnOrientWcs::SetYcMapping | ( | NXOpen::CAM::TurnOrientWcs::YcMappingTypes | ycMapping | ) |
Sets the YC mapping
Created in NX7.5.0.
License requirements : None
ycMapping | YC mapping to an MCS axis |
double NXOpen::CAM::TurnOrientWcs::WcsOffset | ( | ) |
Returns the offset of the WCS origin
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TurnOrientWcs::XcMappingTypes NXOpen::CAM::TurnOrientWcs::XcMapping | ( | ) |
Returns the XC mapping
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TurnOrientWcs::YcMappingTypes NXOpen::CAM::TurnOrientWcs::YcMapping | ( | ) |
Returns the YC mapping
Created in NX7.5.0.
License requirements : None