NX Open C++ Reference Guide
|
Represents the builder for the CMM Inspection sub-operation Delta Move. More...
Public Types | |
enum | IntentType { IntentTypeWcs, IntentTypeMcs } |
Move Intent. More... | |
Public Member Functions | |
double | DeltaX () |
Returns the delta X coordinate Created in NX7.5.0. | |
double | DeltaY () |
Returns the delta Y coordinate Created in NX7.5.0. | |
double | DeltaZ () |
Returns the delta Z coordinate Created in NX7.5.0. | |
NXOpen::CAM::InspectionDeltaMoveBuilder::IntentType | Intent () |
Returns the intent Created in NX7.5.2. | |
void | SetDeltaX (double deltaX) |
Sets the delta X coordinate Created in NX7.5.0. | |
void | SetDeltaY (double deltaY) |
Sets the delta Y coordinate Created in NX7.5.0. | |
void | SetDeltaZ (double deltaZ) |
Sets the delta Z coordinate Created in NX7.5.0. | |
void | SetIntent (NXOpen::CAM::InspectionDeltaMoveBuilder::IntentType intent) |
Sets the intent Created in NX7.5.2. |
Represents the builder for the CMM Inspection sub-operation Delta Move.
To create a new instance of this class, use CAM::InspectionMoveCollection::CreateInspectionDeltaMoveBuilder
Created in NX7.0.0.
Returns the delta X coordinate
Created in NX7.5.0.
License requirements : None
Returns the delta Y coordinate
Created in NX7.5.0.
License requirements : None
Returns the delta Z coordinate
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InspectionDeltaMoveBuilder::IntentType NXOpen::CAM::InspectionDeltaMoveBuilder::Intent | ( | ) |
Returns the intent
Created in NX7.5.2.
License requirements : None
void NXOpen::CAM::InspectionDeltaMoveBuilder::SetDeltaX | ( | double | deltaX | ) |
Sets the delta X coordinate
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
deltaX | deltax |
void NXOpen::CAM::InspectionDeltaMoveBuilder::SetDeltaY | ( | double | deltaY | ) |
Sets the delta Y coordinate
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
deltaY | deltay |
void NXOpen::CAM::InspectionDeltaMoveBuilder::SetDeltaZ | ( | double | deltaZ | ) |
Sets the delta Z coordinate
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
deltaZ | deltaz |
void NXOpen::CAM::InspectionDeltaMoveBuilder::SetIntent | ( | NXOpen::CAM::InspectionDeltaMoveBuilder::IntentType | intent | ) |
Sets the intent
Created in NX7.5.2.
License requirements : None
intent | intent |