NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAE.NoteCollection Class Reference

Represents a collection of CAE notes More...

Inheritance diagram for NXOpen.CAE.NoteCollection:

Public Member Functions

NXOpen.Annotations.BaseNote[] ToArray ()
 Returns an array of NXOpen.Annotations.BaseNote objects. More...
 
unsafe NXOpen.Annotations.NoteData NewNoteData ()
 Creates a new NoteData object More...
 
unsafe NXOpen.CAE.CaeNote CreateNote (NXOpen.Annotations.NoteData noteData)
 Creates a CAE note More...
 
unsafe NXOpen.Annotations.LabelData NewLabelData ()
 Creates a new LabelData object More...
 
unsafe NXOpen.CAE.CaeLabel CreateLabel (NXOpen.Annotations.LabelData labelData)
 Creates a CAE Label More...
 
unsafe void RemoveNote (NXOpen.TaggedObject note)
 Deletes a CAE note or label More...
 
unsafe void RemoveAnnotationWithoutPlane ()
 Removes CAE annotation without plane More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 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

unsafe NXOpen.CAE.CaeLabel NXOpen.CAE.NoteCollection.CreateLabel ( NXOpen.Annotations.LabelData  labelData)

Creates a CAE Label

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
labelDataNote data
Returns
New CAE note
unsafe NXOpen.CAE.CaeNote NXOpen.CAE.NoteCollection.CreateNote ( NXOpen.Annotations.NoteData  noteData)

Creates a CAE note

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
noteDataNote data
Returns
New CAE note
override int NXOpen.CAE.NoteCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Annotations.LabelData NXOpen.CAE.NoteCollection.NewLabelData ( )

Creates a new LabelData object

Created in NX12.0.0

License requirements: None.

Returns
New NoteData
unsafe NXOpen.Annotations.NoteData NXOpen.CAE.NoteCollection.NewNoteData ( )

Creates a new NoteData object

Created in NX12.0.0

License requirements: None.

Returns
New NoteData
unsafe void NXOpen.CAE.NoteCollection.RemoveAnnotationWithoutPlane ( )

Removes CAE annotation without plane

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe 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
NXOpen.Annotations.BaseNote [] NXOpen.CAE.NoteCollection.ToArray ( )

Returns an array of NXOpen.Annotations.BaseNote objects.

Property Documentation

Tag NXOpen.CAE.NoteCollection.Tag
get

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.