NX Open C++ Reference Guide
|
Represents a TurnOrientGeom Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateTurnOrientGeomBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | LatheWorkPlaneTypes { LatheWorkPlaneTypesXmYm, LatheWorkPlaneTypesZmXm } |
the lathe work plane types More... | |
Public Member Functions | |
int | GetScsType () |
Returns the SCS type. | |
std::vector< double > | GetWcsOrient () |
Gets the WCS origin and orientation. | |
NXOpen::CAM::TurnOrientGeomBuilder::LatheWorkPlaneTypes | LatheWorkPlaneType () |
Returns the lathe work plane type Created in NX7.5.0. | |
void | SetLatheWorkPlaneType (NXOpen::CAM::TurnOrientGeomBuilder::LatheWorkPlaneTypes workPlaneType) |
Sets the lathe work plane type Created in NX7.5.0. | |
void | SetScsType (int valuee) |
Sets the SCS type | |
void | SetWcsOrient (const std::vector< double > &valuee) |
Sets the WCS origin and orientation | |
NXOpen::CAM::TurnOrientWcs * | TurnOrientWcs () |
Returns the turn orient WCS builder Created in NX7.5.0. |
Represents a TurnOrientGeom Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateTurnOrientGeomBuilder
Created in NX5.0.0.
Returns the SCS type.
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
std::vector<double> NXOpen::CAM::TurnOrientGeomBuilder::GetWcsOrient | ( | ) |
Gets the WCS origin and orientation.
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
NXOpen::CAM::TurnOrientGeomBuilder::LatheWorkPlaneTypes NXOpen::CAM::TurnOrientGeomBuilder::LatheWorkPlaneType | ( | ) |
Returns the lathe work plane type
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::TurnOrientGeomBuilder::SetLatheWorkPlaneType | ( | NXOpen::CAM::TurnOrientGeomBuilder::LatheWorkPlaneTypes | workPlaneType | ) |
Sets the lathe work plane type
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
workPlaneType | the work plane type |
void NXOpen::CAM::TurnOrientGeomBuilder::SetScsType | ( | int | valuee | ) |
Sets the SCS type
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
valuee | the integer value |
void NXOpen::CAM::TurnOrientGeomBuilder::SetWcsOrient | ( | const std::vector< double > & | valuee | ) |
Sets the WCS origin and orientation
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
valuee | WCS origin and orientation |
Returns the turn orient WCS builder
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")