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

Represents the CAMFeature collection
To obtain an instance of this class, refer to NXOpen::BasePart

Created in NX7.5.0. More...

Inheritance diagram for NXOpen::CAM::CAMFeatureCollection:
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::CAMFeatureFindObject (const NXString &sid)
 Finds the CAM.CAMFeature object with the given identifier as recorded in a journal. More...
 
NXOpen::CAM::CAMFeatureFindObject (const char *sid)
 Finds the CAM.CAMFeature object with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the CAMFeature collection
To obtain an instance of this class, refer to NXOpen::BasePart

Created in NX7.5.0.


Member Function Documentation

iterator NXOpen::CAM::CAMFeatureCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAM::CAMFeatureCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAM::CAMFeature* NXOpen::CAM::CAMFeatureCollection::FindObject ( const NXString sid)

Finds the CAM.CAMFeature object with the given identifier as recorded in a journal.

Returns
the found object
Created in NX7.5.0.

License requirements : None
Parameters
sidthe name of the object
NXOpen::CAM::CAMFeature* NXOpen::CAM::CAMFeatureCollection::FindObject ( const char *  sid)

Finds the CAM.CAMFeature object with the given identifier as recorded in a journal.

Returns
the found object
Created in NX7.5.0.

License requirements : None
Parameters
sidthe name of the object
tag_t NXOpen::CAM::CAMFeatureCollection::Tag ( ) const

Returns the tag of this object.


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