plt3DICurveGroup CopyCurve

Copies a curve to the clipboard.

Syntax

plt3DICurveGroup_handle CopyCurve index

Application

Tcl Query

Description

All curve groups share a single clipboard, which can contain (in theory) one or more curves. The current implementation limits the number of curves that can be on the clipboard at a time to one (or zero). Copying a new curve to the clipboard will erase a curve previously stored there.

Inputs

index
The index of curve to copy (one-based).

Example

To copy an existing curve from an existing curve group:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetCurveGroupHandle myGroupName
myGroupName CopyCurve 1

Errors

None.