plt3DIPlot RemovePlane

Deletes a plane from the HyperGraph 3D window.

Syntax

plt3DIPlot_handle RemovePlane index

Application

Tcl Query

Description

Deletes a plane from the HyperGraph 3D window.

Inputs

index
The number of the plane.

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddPlane
myPlotName GetPlaneHandle myPlaneName 1
myPlotName RemovePlane 1

Errors

Success (0) or an error code.