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

Represents a collection of CAE notes
To obtain an instance of this class, refer to NXOpen::CAE::CaePart

Created in NX12.0.0. More...

Inheritance diagram for NXOpen::CAE::NoteCollection:
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::CAE::CaeLabelCreateLabel (NXOpen::Annotations::LabelData *labelData)
 Creates a CAE Label. More...
 
NXOpen::CAE::CaeNoteCreateNote (NXOpen::Annotations::NoteData *noteData)
 Creates a CAE note. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Annotations::LabelDataNewLabelData ()
 Creates a new LabelData object. More...
 
NXOpen::Annotations::NoteDataNewNoteData ()
 Creates a new NoteData object. More...
 
void RemoveAnnotationWithoutPlane ()
 Removes CAE annotation without plane
Created in NX12.0.0. More...
 
void RemoveNote (NXOpen::TaggedObject *note)
 Deletes a CAE note or label
Created in NX12.0.0. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of CAE notes
To obtain an instance of this class, refer to NXOpen::CAE::CaePart

Created in NX12.0.0.


Member Function Documentation

iterator NXOpen::CAE::NoteCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::CaeLabel* NXOpen::CAE::NoteCollection::CreateLabel ( NXOpen::Annotations::LabelData labelData)

Creates a CAE Label.

Returns
New CAE note
Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
labelDataNote data
NXOpen::CAE::CaeNote* NXOpen::CAE::NoteCollection::CreateNote ( NXOpen::Annotations::NoteData noteData)

Creates a CAE note.

Returns
New CAE note
Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
noteDataNote data
iterator NXOpen::CAE::NoteCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Annotations::LabelData* NXOpen::CAE::NoteCollection::NewLabelData ( )

Creates a new LabelData object.

Returns
New NoteData
Created in NX12.0.0.

License requirements : None
NXOpen::Annotations::NoteData* NXOpen::CAE::NoteCollection::NewNoteData ( )

Creates a new NoteData object.

Returns
New NoteData
Created in NX12.0.0.

License requirements : None
void NXOpen::CAE::NoteCollection::RemoveAnnotationWithoutPlane ( )

Removes CAE annotation without plane
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

void NXOpen::CAE::NoteCollection::RemoveNote ( NXOpen::TaggedObject note)

Deletes a CAE note or label
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
noteCAE note or label to be deleted
tag_t NXOpen::CAE::NoteCollection::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.