pltIPlot SetTipToTailLineThickness
Sets the thickness of the arrow in a polar plot.
Syntax
pltIPlot_handle SetTipToTailLineThickness thickness
Application
HyperWorks Tcl Modify
Description
Inputs
- thickness
- The number corresponding to the thickness style that you want to use. There are four thickness types, with the numbers 0-3 represent each thickness type.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot SetTipToTailLineThickness 0;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Polar plot
Modify