pltIMacro GetCurveAttachmentExpression
Finds the curve that a curve note is attached to.
Syntax
pltIMacro_handle GetCurveAttachmentExpression
Application
HyperWorks Tcl Query
Description
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mc 1;
mc GetCurveAttachmentExpression;
Errors
Success (the curve position) or an error message is returned.
Keywords
HyperWorks
Tcl
Macro
Note
Query