pltIMacro SetCurvePointExpression
Sets the point on the curve that the curve note is attached to.
Syntax
pltIMacro_handle SetCurvePointExpression expr
Application
HyperWorks Tcl Modify
Description
This command sets the point on the curve that the curve note is attached to. This function only works if there is a macro with a note that is attached to one of the curves.
Inputs
- expr
- The exact point on the curve where you want to attach the note. This will be a number, but cannot be a number greater than the total number of points in the curve.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mc 1;
mc SetCurvePointExpression 12;
mc Apply original false;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Macro
Note
Modify