plt3DIPlot RemoveSurface
Deletes a surface curve from the HyperGraph 3D window.
Syntax
plt3DIPlot_handle RemoveSurface index
Application
Tcl Query
Description
Deletes a surface curve from the HyperGraph 3D window.
Inputs
- index
- The number of the curve.
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 1
myPlotName RemoveSurface 1
Errors
Success (0) or an error code.