plt3DICurveGroup GetCurveHandle

Gets the handle of a particular curve in the group.

Syntax

plt3DICurveGroup_handle GetCurveHandle iCurve

Application

Tcl Query

Description

Gets the handle of a particular curve in the group.

Inputs

iCurve
The name of the new handle.

Example

To get a slice handle from a waterfall handle:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetCurveGroupHandle myGroupName 1
myGroupName GetCurveHandle myCurveName 1

Errors

None.