NX Open C++ Reference Guide
|
Represents Along MCS Axis Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateAlongMcsAxisMoveBuilder
Created in NX5.0.0.
More...
Public Member Functions | |
void | SetXAxis (double axisPosition) |
Sets the delta x Created in NX5.0.0. | |
void | SetYAxis (double axisPosition) |
Sets the delta y Created in NX5.0.0. | |
void | SetZAxis (double axisPosition) |
Sets the delta z Created in NX5.0.0. | |
double | XAxis () |
Returns the delta x Created in NX5.0.0. | |
double | YAxis () |
Returns the delta y Created in NX5.0.0. | |
double | ZAxis () |
Returns the delta z Created in NX5.0.0. |
Represents Along MCS Axis Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateAlongMcsAxisMoveBuilder
Created in NX5.0.0.
void NXOpen::CAM::AlongMcsAxisMoveBuilder::SetXAxis | ( | double | axisPosition | ) |
Sets the delta x
Created in NX5.0.0.
License requirements : None
axisPosition | axis position |
void NXOpen::CAM::AlongMcsAxisMoveBuilder::SetYAxis | ( | double | axisPosition | ) |
Sets the delta y
Created in NX5.0.0.
License requirements : None
axisPosition | axis position |
void NXOpen::CAM::AlongMcsAxisMoveBuilder::SetZAxis | ( | double | axisPosition | ) |
Sets the delta z
Created in NX5.0.0.
License requirements : None
axisPosition | axis position |
double NXOpen::CAM::AlongMcsAxisMoveBuilder::XAxis | ( | ) |
Returns the delta x
Created in NX5.0.0.
License requirements : None
double NXOpen::CAM::AlongMcsAxisMoveBuilder::YAxis | ( | ) |
Returns the delta y
Created in NX5.0.0.
License requirements : None
double NXOpen::CAM::AlongMcsAxisMoveBuilder::ZAxis | ( | ) |
Returns the delta z
Created in NX5.0.0.
License requirements : None