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

Represents the inspection track point collection
To obtain an instance of this class, refer to NXOpen::CAM::InspectionTool

Created in NX7.0.0. More...

Inheritance diagram for NXOpen::CAM::InspectionTrackPointCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAM::TrackPointFindObject (const NXString &sid)
 Finds the CAM.InspectionTrackPoint object with the given identifier. More...
 
NXOpen::CAM::TrackPointFindObject (const char *sid)
 Finds the CAM.InspectionTrackPoint object with the given identifier. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the inspection track point collection
To obtain an instance of this class, refer to NXOpen::CAM::InspectionTool

Created in NX7.0.0.


Member Function Documentation

iterator NXOpen::CAM::InspectionTrackPointCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAM::InspectionTrackPointCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAM::TrackPoint* NXOpen::CAM::InspectionTrackPointCollection::FindObject ( const NXString sid)

Finds the CAM.InspectionTrackPoint object with the given identifier.

Returns
the found object
Created in NX7.0.0.

License requirements : insp_programming ("INSPECTION PROGRAMMING")
Parameters
sidthe name of the object
NXOpen::CAM::TrackPoint* NXOpen::CAM::InspectionTrackPointCollection::FindObject ( const char *  sid)

Finds the CAM.InspectionTrackPoint object with the given identifier.

Returns
the found object
Created in NX7.0.0.

License requirements : insp_programming ("INSPECTION PROGRAMMING")
Parameters
sidthe name of the object
tag_t NXOpen::CAM::InspectionTrackPointCollection::Tag ( ) const

Returns the tag of this object.


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