pltIPlot GetTipToTailLineThickness
Finds the thickness of the arrow in a polar plot.
Syntax
pltIPlot_handle GetTipToTailLineThickness
Application
HyperWorks Tcl Query
Description
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetTipToTailLineThickness;
Errors
Success (a number between 0 and 3) or an error message is returned.
Keywords
HyperWorks
Tcl
Polar Plot
Query