pltIMacro SetXCoordinateExpression
Sets the X coordinate of the point to which a coordinate note is attached.
Syntax
pltIMacro_handle SetXCoordinateExpression expr
Application
HyperWorks Tcl Modify
Description
This command sets the X coordinate of the point to which a coordinate note is attached. This function only works if there is a macro with a note that has been attached to a coordinate.
Inputs
- expr
- The X coordinate of the point to which a coordinate note is attached (a number). This sets where the note is attached.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mc 1;
mc SetXCoordinateExpression 5;
mc Apply original false;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Macro
Note
Modify