plt3DICurve GetCurveGroupHandle

Gets the handle of the curves’ owner (a curve group).

Syntax

plt3DICurve_handle GetCurveGroupHandle iCurve

Application

Tcl Query

Description

In the above example, the two curve group handles should point to the same object.

Inputs

iCurve
The name of the new handle.

Example

To get a curve group handle from a curve handle:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName AddCurveGroup
myClientName GetCurveGroupHandle myGroupName 1
myGroupName AddCurve
myGroupName GetCurveHandle myCurveName 1
myCurveName GetCurveGroupHandle myGroupName2

Errors

None.