plt3DICurve GetShadowIntensity

Gets opacity of the shadow under the curve.

Syntax

plt3DICurve_handle GetShadowIntensity

Application

Tcl Query

Description

Returns the shadow intensity (between 0.0 and 1.0).

The higher the intensity the more pronounced the shadow effect is. A shadow with zero intensity would be invisible. One with an intensity of one would be solid.

Example

To get the current shadow intensity from an existing curve:
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 GetShadowIntensity

Errors

None.