pltIPlot GetTipToTailVectorCount
Finds the number of vectors included in the tip-to-tail curve.
Syntax
pltIPlot_handle GetTipToTailVectorCount
Application
HyperWorks Tcl Query
Description
This command finds 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 GetTipToTailVectorCount;
Errors
Success (the number of vectors) or an error message is returned.
Keywords
HyperWorks
Tcl
Polar Plot
Query