NX Open C++ Reference Guide
|
Represents the builder for the CMM Inspection sub-operation Linear Move To Point. More...
Public Types | |
enum | PointTypeEnums { PointTypeEnumsExistingPoint, PointTypeEnumsDeltaXYZ, PointTypeEnumsPointConstructor } |
specifies the method used to define a point More... | |
Public Member Functions | |
NXOpen::CAM::InspectionLinearMoveToPointBuilder::PointTypeEnums | PointTypeEnum () |
Returns the point type enum Created in NX7.5.0. | |
double | PointX () |
Returns the point X coordinate Created in NX7.5.0. | |
double | PointY () |
Returns the point Y coordinate Created in NX7.5.0. | |
double | PointZ () |
Returns the point Z coordinate Created in NX7.5.0. | |
NXOpen::SelectPoint * | SelectExistingPoint () |
Returns the select existing point Created in NX7.5.0. | |
void | SetPointTypeEnum (NXOpen::CAM::InspectionLinearMoveToPointBuilder::PointTypeEnums pointTypeEnum) |
Sets the point type enum Created in NX7.5.0. | |
void | SetPointX (double pointX) |
Sets the point X coordinate Created in NX7.5.0. | |
void | SetPointY (double pointY) |
Sets the point Y coordinate Created in NX7.5.0. | |
void | SetPointZ (double pointZ) |
Sets the point Z coordinate Created in NX7.5.0. | |
void | SetTargetPoint (NXOpen::Point *point) |
Sets the point Created in NX7.0.0. | |
NXOpen::Point * | TargetPoint () |
Returns the point Created in NX7.0.0. |
Represents the builder for the CMM Inspection sub-operation Linear Move To Point.
To create a new instance of this class, use CAM::InspectionMoveCollection::CreateInspectionLinearMoveToPointBuilder
Created in NX7.0.0.
specifies the method used to define a point
PointTypeEnumsExistingPoint |
Select an existing point. |
PointTypeEnumsDeltaXYZ |
Enter in a delta value from a point. |
PointTypeEnumsPointConstructor |
Use the Point Constructor. |
NXOpen::CAM::InspectionLinearMoveToPointBuilder::PointTypeEnums NXOpen::CAM::InspectionLinearMoveToPointBuilder::PointTypeEnum | ( | ) |
Returns the point type enum
Created in NX7.5.0.
License requirements : None
Returns the point X coordinate
Created in NX7.5.0.
License requirements : None
Returns the point Y coordinate
Created in NX7.5.0.
License requirements : None
Returns the point Z coordinate
Created in NX7.5.0.
License requirements : None
Returns the select existing point
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::InspectionLinearMoveToPointBuilder::SetPointTypeEnum | ( | NXOpen::CAM::InspectionLinearMoveToPointBuilder::PointTypeEnums | pointTypeEnum | ) |
Sets the point type enum
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pointTypeEnum | pointtypeenum |
void NXOpen::CAM::InspectionLinearMoveToPointBuilder::SetPointX | ( | double | pointX | ) |
Sets the point X coordinate
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pointX | pointx |
void NXOpen::CAM::InspectionLinearMoveToPointBuilder::SetPointY | ( | double | pointY | ) |
Sets the point Y coordinate
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pointY | pointy |
void NXOpen::CAM::InspectionLinearMoveToPointBuilder::SetPointZ | ( | double | pointZ | ) |
Sets the point Z coordinate
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pointZ | pointz |
Sets the point
Created in NX7.0.0.
License requirements : None
point | point |
Returns the point
Created in NX7.0.0.
License requirements : None