plt3DIPlot GetNumberOfCurveGroups
Gets the number of curves groups in the HyperGraph window.
Syntax
plt3DIPlot_handle GetNumberOfCurveGroups
Application
HyperWorks Tcl Query
Description
Returns the number of curve groups in the HyperGraph 3D window.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddCurveGroup
myPlotName GetCurveGroupHandle myCurveGroupName [myPlotName GetNumberOfCurveGroups ]
Errors
None.