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

Represents a collection of NXOpen::Annotations::DraftingSurfaceFinish objects
To obtain an instance of this class, refer to NXOpen::Annotations::AnnotationManager

Created in NX7.5.0. More...

Inheritance diagram for NXOpen::Annotations::DraftingSurfaceFinishCollection:
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...
 
NXOpen::Annotations::DraftingSurfaceFinishBuilderCreateDraftingSurfaceFinishBuilder (NXOpen::Annotations::DraftingSurfaceFinish *draftingSurfaceFinish)
 If NULL create a new Drafting Surface Finish, otherwise edit existing Drafting Surface Annotatation. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Annotations::DraftingSurfaceFinishFindObject (const NXString &journalIdentifier)
 Finds the drafting surface finish with the given name. More...
 
NXOpen::Annotations::DraftingSurfaceFinishFindObject (const char *journalIdentifier)
 Finds the drafting surface finish with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::Annotations::DraftingSurfaceFinish objects
To obtain an instance of this class, refer to NXOpen::Annotations::AnnotationManager

Created in NX7.5.0.


Member Function Documentation

iterator NXOpen::Annotations::DraftingSurfaceFinishCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Annotations::DraftingSurfaceFinishBuilder* NXOpen::Annotations::DraftingSurfaceFinishCollection::CreateDraftingSurfaceFinishBuilder ( NXOpen::Annotations::DraftingSurfaceFinish draftingSurfaceFinish)

If NULL create a new Drafting Surface Finish, otherwise edit existing Drafting Surface Annotatation.

Returns

Created in NX7.5.0.

License requirements : None
Parameters
draftingSurfaceFinishsurface finish
iterator NXOpen::Annotations::DraftingSurfaceFinishCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Annotations::DraftingSurfaceFinish* NXOpen::Annotations::DraftingSurfaceFinishCollection::FindObject ( const NXString journalIdentifier)

Finds the drafting surface finish with the given name.

An exception will be thrown if no object can be found with given name

Returns
drafting surface finish with this identifier
Created in NX7.5.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the drafting surface finish to be found
NXOpen::Annotations::DraftingSurfaceFinish* NXOpen::Annotations::DraftingSurfaceFinishCollection::FindObject ( const char *  journalIdentifier)

Finds the drafting surface finish with the given name.

An exception will be thrown if no object can be found with given name

Returns
drafting surface finish with this identifier
Created in NX7.5.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the drafting surface finish to be found
tag_t NXOpen::Annotations::DraftingSurfaceFinishCollection::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.