pltIAnimationCursor SetThickness
Sets the thickness of the animation cursor.
Syntax
pltIAnimationCursor_handle SetThickness thickness
Application
HyperWorks Tcl Modify
Description
This command sets the thickness of the bar of the animation cursor. If the animation cursor is a square (“no bar”), the thickness will not show up in the GUI (since there is no bar to change the thickness of). However, the thickness will still be changed.
Inputs
- thickness
- A number from 0 to 10 that corresponds with a specific thickness. Depending on the thickness that you want, you must input different numbers.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetAnimationCursorHandle ach;
ach SetThickness 5;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Animation Cursor
Modify