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

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

Created in NX9.0.0. More...

Inheritance diagram for NXOpen::Annotations::BendTableCollection:
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::BendTableBuilderCreateBendTableBuilder (NXOpen::Annotations::BendTable *bendTable)
 If NULL create a new bend table, otherwise edit existing bend table. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Annotations::BendTableFindObject (const NXString &journalIdentifier)
 Finds the bend table with the given name. More...
 
NXOpen::Annotations::BendTableFindObject (const char *journalIdentifier)
 Finds the bend table with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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

Created in NX9.0.0.


Member Function Documentation

iterator NXOpen::Annotations::BendTableCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Annotations::BendTableBuilder* NXOpen::Annotations::BendTableCollection::CreateBendTableBuilder ( NXOpen::Annotations::BendTable bendTable)

If NULL create a new bend table, otherwise edit existing bend table.

Returns

Created in NX9.0.0.

License requirements : drafting ("DRAFTING")
Parameters
bendTablebend table
iterator NXOpen::Annotations::BendTableCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Annotations::BendTable* NXOpen::Annotations::BendTableCollection::FindObject ( const NXString journalIdentifier)

Finds the bend table with the given name.

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

Returns
bend table with this identifier
Created in NX9.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the bend table to be found
NXOpen::Annotations::BendTable* NXOpen::Annotations::BendTableCollection::FindObject ( const char *  journalIdentifier)

Finds the bend table with the given name.

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

Returns
bend table with this identifier
Created in NX9.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the bend table to be found
tag_t NXOpen::Annotations::BendTableCollection::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.