pltIAnimationCursor GetThickness
Gets the thickness of the animation cursor.
Syntax
pltIAnimationCursor_handle GetThickness
Application
HyperWorks Tcl Query
Description
This command gets the thickness of the animation cursor. This command returns a number from 0 to 10 representing a thickness. If the animation cursor is a square (“no bar” as the style), there will not be a bar to have a thickness. However, a thickness is still returned because the style can be changed to one with a bar, which will have a specific thickness (the thickness that is returned during the command).
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetAnimationCursorHandle ach;
ach GetThickness;
Errors
Success (the thickness) or an error message is returned.
Keywords
HyperWorks
Tcl
Animation Cursor
Query