plt3DIPlot GetNumberOfProjectionCurveGroups
Gets the number of projection curve groups in the HyperGraph window.
Syntax
plt3DIPlot_handle GetNumberOfProjectionCurveGroups
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 AddProjectionCurveGroup
myPlotName GetProjectionCurveGroupHandle myProjectionCurveGroupName [myPlotName GetNumberOfProjectionCurveGroups ]
Errors
None.