NoteCollection Class¶
-
class
NXOpen.Annotations.NoteCollection¶ Bases:
objectRepresents a collection of notes
To obtain an instance of this class, refer to
NXOpen.PartNew 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: - noteData (
NXOpen.Annotations.NoteData) – Note data - pmiData (
NXOpen.Annotations.PmiData) – PMI data - annotationPlane (
NXOpen.Xform) – Annotation plane on which the note lies - origin (
NXOpen.Point3d) – Origin for the note
Returns: New PMI note
Return type: New in version NX4.0.0.
License requirements: geometric_tol (“GDT”)
- noteData (
NewNoteData¶
-
NoteCollection.NewNoteData¶ Creates a new NoteData object
Signature
NewNoteData()Returns: New NoteData Return type: NXOpen.Annotations.NoteDataNew in version NX4.0.0.
License requirements: None.