plt3DICurveGroup PasteCurve

Gets the curve’s visibility state.

Syntax

plt3DICurveGroup_handle PasteCurve 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).

Inputs

index
The index of where to insert the copied curve (one-based).

Example

To paste a curve to 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 PasteCurve 1

Errors

None.