NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAM::InspectionMeasurePointBuilder Class Reference

Represents the builder for the CMM Inspection sub-operation Measure Point. More...

Inheritance diagram for NXOpen::CAM::InspectionMeasurePointBuilder:
NXOpen::CAM::InspectionMoveBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

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::SelectPointSelectExistingPoint ()
 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::PointTargetPoint ()
 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.

Detailed Description

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.


Member Enumeration Documentation

specifies the method used to define a point

Enumerator:
PointTypesExistingPoint 

Select an existing point.

PointTypesCursorLocation 

Cursor Location.

PointTypesPointConstructor 

Use the Point Constructor.


Member Function Documentation

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

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

Sets the I direction at measured point
Created in NX7.0.0.



License requirements : None

Parameters:
directiondirection

Sets the J direction at measured point
Created in NX7.0.0.



License requirements : None

Parameters:
directiondirection

Sets the K direction at measured point
Created in NX7.0.0.



License requirements : None

Parameters:
directiondirection

Sets the point type enum
Created in NX7.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
pointTypeEnumpointtypeenum

Sets the point
Created in NX7.0.0.



License requirements : None

Parameters:
pointpoint

Sets the X at measured point
Created in NX7.0.0.



License requirements : None

Parameters:
xx

Sets the Y at measured point
Created in NX7.0.0.



License requirements : None

Parameters:
yy

Sets the Z at measured point
Created in NX7.0.0.



License requirements : None

Parameters:
zz

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


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.