plt3DIPlane SetTransparent

Sets the current drag location for the plane.

Syntax

plt3DIPlane_handle SetTransparent state

Application

Tcl Modify

Description

Sets the current drag location for the plane.

Inputs

state
True
Sets the plane to transparent.
False
Sets the plane opaque.

Example

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

Errors

Success (0) or an error code.