plt3DICurve GetShadowTransparent

Gets whether the shadow under the curve is transparent.

Syntax

plt3DICurve_handle GetShadowTransparent flag

Application

Tcl Query

Description

Gets whether the shadow under the curve is transparent.

Inputs

flag
Returns true, if the shadow is transparent, otherwise false.

Example

To check if the shadow under an existing curve is transparent:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName AddCurveGroup
myClientName GetCurveGroupHandle myGroupName 1
myGroupName GetCurveHandle myCurveName 1
myCurveName GetShadowTranparent true

Errors

None.