NX Open C++ Reference Guide
|
Represents the Delta Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateDeltaMoveBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | IntentType { IntentTypeWcs, IntentTypeMcs } |
Move Intent. More... | |
Public Member Functions | |
double | DeltaX () |
Returns the delta x Created in NX5.0.0. | |
double | DeltaY () |
Returns the delta y Created in NX5.0.0. | |
double | DeltaZ () |
Returns the delta z Created in NX5.0.0. | |
NXOpen::CAM::DeltaMoveBuilder::IntentType | Intent () |
Returns the intent Created in NX5.0.0. | |
NXOpen::CAM::RoundPointBuilder * | RoundPoint () |
Returns the round point builder Created in NX5.0.0. | |
void | SetDeltaX (double deltaValue) |
Sets the delta x Created in NX5.0.0. | |
void | SetDeltaY (double deltaValue) |
Sets the delta y Created in NX5.0.0. | |
void | SetDeltaZ (double deltaValue) |
Sets the delta z Created in NX5.0.0. | |
void | SetIntent (NXOpen::CAM::DeltaMoveBuilder::IntentType intent) |
Sets the intent Created in NX5.0.0. |
Represents the Delta Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateDeltaMoveBuilder
Created in NX5.0.0.
double NXOpen::CAM::DeltaMoveBuilder::DeltaX | ( | ) |
Returns the delta x
Created in NX5.0.0.
License requirements : None
double NXOpen::CAM::DeltaMoveBuilder::DeltaY | ( | ) |
Returns the delta y
Created in NX5.0.0.
License requirements : None
double NXOpen::CAM::DeltaMoveBuilder::DeltaZ | ( | ) |
Returns the delta z
Created in NX5.0.0.
License requirements : None
Returns the intent
Created in NX5.0.0.
License requirements : None
Returns the round point builder
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::DeltaMoveBuilder::SetDeltaX | ( | double | deltaValue | ) |
Sets the delta x
Created in NX5.0.0.
License requirements : None
deltaValue | delta value |
void NXOpen::CAM::DeltaMoveBuilder::SetDeltaY | ( | double | deltaValue | ) |
Sets the delta y
Created in NX5.0.0.
License requirements : None
deltaValue | delta value |
void NXOpen::CAM::DeltaMoveBuilder::SetDeltaZ | ( | double | deltaValue | ) |
Sets the delta z
Created in NX5.0.0.
License requirements : None
deltaValue | delta value |
Sets the intent
Created in NX5.0.0.
License requirements : None
intent | intent |