pltIMacro GetNoteAttachment
Finds where the note's attachment point.
Syntax
pltIMacro_handle GetNoteAttachment
Application
HyperWorks Tcl Query
Description
This command finds where the macro note is attached. The different attachment options include: window, view, curve, point, macro_curve, node, element, coordinate, and component.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mc GetNoteAttachment;
Errors
Success (the attachment) or an error message is returned.
Keywords
HyperWorks
Tcl
Macro
Query