pltIPlot ResetTipToTailCount
Resets the tip-to-tail vector count.
Syntax
pltIPlot_handle ResetTipToTailCount
Application
HyperWorks Tcl Modify
Description
This command resets the tip-to-tail vector count. After resetting the tip-to-tail count, you can call the GetTipToTailVectorCount command to find the number of vectors included in the tip-to-tail curve.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot ResetTipToTailCount;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Polar Plot
Modify