Annotations
Methods and Properties Introduced:
3D model notes are instance of ModelItem objects. They can be located and accessed using methods that locate model items in solid models, and downcast to the Note interface to use the methods in this section.
The property
IpfcNote.Lines returns the text contained in the 3D model note.
The method
IpfcNote.GetText() returns the text of the solid model note. If you set the parameter
GiveParametersAsNames to
TRUE, then the text displays the parameter callouts with ampersands (&). If you set the parameter to
FALSE, then the text displays the parameter values with no callout information.
The property
IpfcNote.URL returns the URL stored in the 3D model note.
The method
IpfcNote.Display() forces the display of the model note.
The method
IpfcNote.Delete() deletes a model note.
The method
IpfcNote.GetOwner() returns the solid model owner of the note.