NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAM::InspectionPathPointBuilder Class Reference

Represents an inspection path point builder
Created in NX8.5.0. More...

Inheritance diagram for NXOpen::CAM::InspectionPathPointBuilder:
NXOpen::TaggedObject

Public Member Functions

void Delete (int index)
 Delete an existing path point
Created in NX8.5.0. More...
 
void GetPointData (int index, NXOpen::NXObject **point, double *angleA, double *angleB)
 Get the values of an existing path point
Created in NX8.5.0. More...
 
void ModifyData (int index, NXOpen::NXObject *point, double angleA, double angleB)
 Modify an existing path point, name changed if not unique
Created in NX8.5.0. More...
 
void SetPointData (int index, NXOpen::NXObject *point, double angleA, double angleB)
 Create a new path point, name changed if not unique
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents an inspection path point builder
Created in NX8.5.0.


Member Function Documentation

void NXOpen::CAM::InspectionPathPointBuilder::Delete ( int  index)

Delete an existing path point
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
indexthe index of the path point to delete
void NXOpen::CAM::InspectionPathPointBuilder::GetPointData ( int  index,
NXOpen::NXObject **  point,
double *  angleA,
double *  angleB 
)

Get the values of an existing path point
Created in NX8.5.0.



License requirements : None

Parameters
indexthe index of the path point
pointthe selected point
angleAthe A angle
angleBthe B angle
void NXOpen::CAM::InspectionPathPointBuilder::ModifyData ( int  index,
NXOpen::NXObject point,
double  angleA,
double  angleB 
)

Modify an existing path point, name changed if not unique
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
indexthe index of the path point to modify
pointthe selected point
angleAthe A angle
angleBthe B angle
void NXOpen::CAM::InspectionPathPointBuilder::SetPointData ( int  index,
NXOpen::NXObject point,
double  angleA,
double  angleB 
)

Create a new path point, name changed if not unique
Created in NX8.5.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
indexthe index after which the new path point will be added
pointthe new path point
angleAthe A angle
angleBthe B angle

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