plt3DIPlot SetClipTransparency

Sets whether clipped data is partially visible (displayed transparently).

Syntax

plt3DIPlot_handle SetClipTransparency enabled

Application

Tcl Query

Description

Data, in the form of waterfalls, curves, or surfaces, can be clipped with planes. The undisplayed portion of the data can be rendered partially visibible by means of this flag.

Inputs

enabled
Display clipped data as transparent, true or false.

Example

To turn off the visibility of an existing surface:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetSurfaceHandle mySurfaceName
myClientName SetClipTransparency true
myClientName Draw

Errors

Success (0) or an error code.