pltIAnimationCursor SetUseCurveColor
Determines if the color of the animation cursor is the same as the curve it is on.
Syntax
pltIAnimationCursor_handle SetUseCurveColor state
Application
HyperWorks Tcl Modify
Description
This command determines if the color of the animation cursor is the same color as the curve it is on.
Inputs
- state
- The input for the state variable is a true or false value.
- true
- If you want the animation cursor to be the same color as the curve it is on.
- false
- If you do not want the animation cursor to be the same color as the curve it is on.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetAnimationCursorHandle ach;
ach SetUseCurveColor true;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Animation Cursor
Modify