NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe NXOpen.CAE.CaeLabel CreateLabel (NXOpen.Annotations.LabelData labelData)
 Creates a CAE Label 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.Annotations.NoteData NewNoteData ()
 Creates a new NoteData object More...
 
unsafe void RemoveAnnotationWithoutPlane ()
 Removes CAE annotation without plane More...
 
unsafe void RemoveNote (NXOpen.TaggedObject note)
 Deletes a CAE note or label More...
 
NXOpen.Annotations.BaseNote[] ToArray ()
 Returns an array of NXOpen.Annotations.BaseNote objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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)
inline

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)
inline

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 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

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

Creates a new LabelData object

Created in NX12.0.0

License requirements: None.

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

Creates a new NoteData object

Created in NX12.0.0

License requirements: None.

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

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)
inline

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 ( )
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.