NX Open C++ Reference Guide
|
Represents the Rotary Polar Builder
To create a new instance of this class, use CAM::MoveCollection::CreateRotaryPolarMoveBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | LockAxisDirection { LockAxisDirectionX, LockAxisDirectionY, LockAxisDirectionZ } |
the lock axis type More... | |
enum | LockPlaneType { LockPlaneTypeXy, LockPlaneTypeYz, LockPlaneTypeZx } |
the lock plane type More... | |
Public Member Functions | |
NXOpen::CAM::RotaryPolarMoveBuilder::LockAxisDirection | LockAxis () |
Returns the lock axis Created in NX5.0.0. | |
NXOpen::CAM::RotaryPolarMoveBuilder::LockPlaneType | LockPlane () |
Returns the lock plane Created in NX5.0.0. | |
double | LockPos () |
Returns the lock position Created in NX5.0.0. | |
NXOpen::CAM::OffsetDataBuilder * | OffsetData () |
Returns the offset point builder Created in NX5.0.0. | |
NXOpen::Point * | Point () |
Returns the location Created in NX5.0.0. | |
NXOpen::CAM::RoundPointBuilder * | RoundPoint () |
Returns the round point builder Created in NX5.0.0. | |
void | SetLockAxis (NXOpen::CAM::RotaryPolarMoveBuilder::LockAxisDirection lockAxis) |
Sets the lock axis Created in NX5.0.0. | |
void | SetLockPlane (NXOpen::CAM::RotaryPolarMoveBuilder::LockPlaneType lockPlane) |
Sets the lock plane Created in NX5.0.0. | |
void | SetLockPos (double lockPosition) |
Sets the lock position Created in NX5.0.0. | |
void | SetPoint (NXOpen::Point *location) |
Sets the location Created in NX5.0.0. |
Represents the Rotary Polar Builder
To create a new instance of this class, use CAM::MoveCollection::CreateRotaryPolarMoveBuilder
Created in NX5.0.0.
NXOpen::CAM::RotaryPolarMoveBuilder::LockAxisDirection NXOpen::CAM::RotaryPolarMoveBuilder::LockAxis | ( | ) |
Returns the lock axis
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::RotaryPolarMoveBuilder::LockPlaneType NXOpen::CAM::RotaryPolarMoveBuilder::LockPlane | ( | ) |
Returns the lock plane
Created in NX5.0.0.
License requirements : None
double NXOpen::CAM::RotaryPolarMoveBuilder::LockPos | ( | ) |
Returns the lock position
Created in NX5.0.0.
License requirements : None
Returns the offset point builder
Created in NX5.0.0.
License requirements : None
Returns the location
Created in NX5.0.0.
License requirements : None
Returns the round point builder
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::RotaryPolarMoveBuilder::SetLockAxis | ( | NXOpen::CAM::RotaryPolarMoveBuilder::LockAxisDirection | lockAxis | ) |
Sets the lock axis
Created in NX5.0.0.
License requirements : None
lockAxis | lockaxis |
void NXOpen::CAM::RotaryPolarMoveBuilder::SetLockPlane | ( | NXOpen::CAM::RotaryPolarMoveBuilder::LockPlaneType | lockPlane | ) |
Sets the lock plane
Created in NX5.0.0.
License requirements : None
lockPlane | lockplane |
void NXOpen::CAM::RotaryPolarMoveBuilder::SetLockPos | ( | double | lockPosition | ) |
Sets the lock position
Created in NX5.0.0.
License requirements : None
lockPosition | lockposition |
void NXOpen::CAM::RotaryPolarMoveBuilder::SetPoint | ( | NXOpen::Point * | location | ) |
Sets the location
Created in NX5.0.0.
License requirements : None
location | location |