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

Represents the builder for the CMM Inspection sub-operation Linear Move To Point. More...

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

List of all members.

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::SelectPointSelectExistingPoint ()
 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::PointTargetPoint ()
 Returns the point
Created in NX7.0.0.

Detailed Description

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.


Member Enumeration Documentation

specifies the method used to define a point

Enumerator:
PointTypeEnumsExistingPoint 

Select an existing point.

PointTypeEnumsDeltaXYZ 

Enter in a delta value from a point.

PointTypeEnumsPointConstructor 

Use the Point Constructor.


Member Function Documentation

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

Sets the point type enum
Created in NX7.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
pointTypeEnumpointtypeenum

Sets the point X coordinate
Created in NX7.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
pointXpointx

Sets the point Y coordinate
Created in NX7.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
pointYpointy

Sets the point Z coordinate
Created in NX7.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
pointZpointz

Sets the point
Created in NX7.0.0.



License requirements : None

Parameters:
pointpoint

Returns the 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.