plt3DIPlot GetNumberOfSurfaces
Gets the number of surfaces in the HyperGraph window.
Syntax
plt3DIPlot_handle GetNumberOfSurfaces
Application
HyperWorks Tcl Query
Description
Returns the number of HyperGraph 3D surfaces in the current HyperGraph 3D window.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddSurface
myPlotName GetSurfaceHandle mySurfaceName [myPlotName GetNumberOfSurfaces]
Errors
None.