NoteCollection Class

class NXOpen.Annotations.NoteCollection

Bases: object

Represents a collection of notes

To obtain an instance of this class, refer to NXOpen.Part

New in version NX3.0.0.

Methods

Method Description
CreatePmiNote Creates a PMI note
NewNoteData Creates a new NoteData object

Method Detail

CreatePmiNote

NoteCollection.CreatePmiNote

Creates a PMI note

Signature CreatePmiNote(noteData, pmiData, annotationPlane, origin)

Parameters:
Returns:

New PMI note

Return type:

NXOpen.Annotations.PmiNote

New in version NX4.0.0.

License requirements: geometric_tol (“GDT”)

NewNoteData

NoteCollection.NewNoteData

Creates a new NoteData object

Signature NewNoteData()

Returns:New NoteData
Return type:NXOpen.Annotations.NoteData

New in version NX4.0.0.

License requirements: None.