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

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

Created in NX5.0.0. More...

Inheritance diagram for NXOpen::CAM::TrackPointCollection:
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.TrackPoint object with the given identifier. More...
 
NXOpen::CAM::TrackPointFindObject (const char *sid)
 Finds the CAM.TrackPoint object with the given identifier. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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

Created in NX5.0.0.


Member Function Documentation

iterator NXOpen::CAM::TrackPointCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAM::TrackPointCollection::end ( )

Returns an iterator addressing one past the last element.

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

Finds the CAM.TrackPoint object with the given identifier.

Returns
the found object
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters
sidthe name of the object
NXOpen::CAM::TrackPoint* NXOpen::CAM::TrackPointCollection::FindObject ( const char *  sid)

Finds the CAM.TrackPoint object with the given identifier.

Returns
the found object
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters
sidthe name of the object
tag_t NXOpen::CAM::TrackPointCollection::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.