NX Open C++ Reference Guide
|
Represents the builder for the CMM Inspection sub-operation Measure Point. More...
Public Types | |
enum | PointTypes { PointTypesExistingPoint, PointTypesCursorLocation, PointTypesPointConstructor } |
specifies the method used to define a point More... | |
Public Member Functions | |
double | I () |
Returns the I direction at measured point Created in NX7.0.0. | |
double | J () |
Returns the J direction at measured point Created in NX7.0.0. | |
double | K () |
Returns the K direction at measured point Created in NX7.0.0. | |
NXOpen::CAM::InspectionMeasurePointBuilder::PointTypes | PointTypeEnum () |
Returns the point type enum Created in NX7.5.0. | |
NXOpen::SelectPoint * | SelectExistingPoint () |
Returns the select existing point Created in NX7.5.0. | |
void | SetI (double direction) |
Sets the I direction at measured point Created in NX7.0.0. | |
void | SetJ (double direction) |
Sets the J direction at measured point Created in NX7.0.0. | |
void | SetK (double direction) |
Sets the K direction at measured point Created in NX7.0.0. | |
void | SetPointTypeEnum (NXOpen::CAM::InspectionMeasurePointBuilder::PointTypes pointTypeEnum) |
Sets the point type enum Created in NX7.5.0. | |
void | SetTargetPoint (NXOpen::Point *point) |
Sets the point Created in NX7.0.0. | |
void | SetX (double x) |
Sets the X at measured point Created in NX7.0.0. | |
void | SetY (double y) |
Sets the Y at measured point Created in NX7.0.0. | |
void | SetZ (double z) |
Sets the Z at measured point Created in NX7.0.0. | |
NXOpen::Point * | TargetPoint () |
Returns the point Created in NX7.0.0. | |
void | UpdateParams () |
Update measured point parameters based on selected point. | |
double | X () |
Returns the X at measured point Created in NX7.0.0. | |
double | Y () |
Returns the Y at measured point Created in NX7.0.0. | |
double | Z () |
Returns the Z at measured point Created in NX7.0.0. |
Represents the builder for the CMM Inspection sub-operation Measure Point.
To create a new instance of this class, use CAM::InspectionMoveCollection::CreateInspectionMeasurePointBuilder
Created in NX7.0.0.
specifies the method used to define a point
PointTypesExistingPoint |
Select an existing point. |
PointTypesCursorLocation |
Cursor Location. |
PointTypesPointConstructor |
Use the Point Constructor. |
Returns the I direction at measured point
Created in NX7.0.0.
License requirements : None
Returns the J direction at measured point
Created in NX7.0.0.
License requirements : None
Returns the K direction at measured point
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionMeasurePointBuilder::PointTypes NXOpen::CAM::InspectionMeasurePointBuilder::PointTypeEnum | ( | ) |
Returns the point type enum
Created in NX7.5.0.
License requirements : None
Returns the select existing point
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::InspectionMeasurePointBuilder::SetI | ( | double | direction | ) |
Sets the I direction at measured point
Created in NX7.0.0.
License requirements : None
direction | direction |
void NXOpen::CAM::InspectionMeasurePointBuilder::SetJ | ( | double | direction | ) |
Sets the J direction at measured point
Created in NX7.0.0.
License requirements : None
direction | direction |
void NXOpen::CAM::InspectionMeasurePointBuilder::SetK | ( | double | direction | ) |
Sets the K direction at measured point
Created in NX7.0.0.
License requirements : None
direction | direction |
void NXOpen::CAM::InspectionMeasurePointBuilder::SetPointTypeEnum | ( | NXOpen::CAM::InspectionMeasurePointBuilder::PointTypes | pointTypeEnum | ) |
Sets the point type enum
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pointTypeEnum | pointtypeenum |
Sets the point
Created in NX7.0.0.
License requirements : None
point | point |
void NXOpen::CAM::InspectionMeasurePointBuilder::SetX | ( | double | x | ) |
Sets the X at measured point
Created in NX7.0.0.
License requirements : None
x | x |
void NXOpen::CAM::InspectionMeasurePointBuilder::SetY | ( | double | y | ) |
Sets the Y at measured point
Created in NX7.0.0.
License requirements : None
y | y |
void NXOpen::CAM::InspectionMeasurePointBuilder::SetZ | ( | double | z | ) |
Sets the Z at measured point
Created in NX7.0.0.
License requirements : None
z | z |
Returns the point
Created in NX7.0.0.
License requirements : None
Update measured point parameters based on selected point.
Created in NX7.5.1.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
Returns the X at measured point
Created in NX7.0.0.
License requirements : None
Returns the Y at measured point
Created in NX7.0.0.
License requirements : None
Returns the Z at measured point
Created in NX7.0.0.
License requirements : None