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