Notes Class

class NXOpen.CAM.Notes

Bases: NXOpen.TaggedObject

Represents notes

New in version NX9.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetText Returns the text
SetText Sets the text

Method Detail

GetText

Notes.GetText

Returns the text

Signature GetText()

Returns:
Return type:list of str

New in version NX9.0.0.

License requirements: None.

SetText

Notes.SetText

Sets the text

Signature SetText(text)

Parameters:text (list of str) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)