pltIPlot PasteCurves
Pastes the curves from the clipboard into the current plot
Syntax
pltIPlot_handle PasteCurves index
Application
HyperWorks Tcl Query
Description
Returns 0 = HW_Success, 1 = HW_Error, or 3 = HW_InvalidHandle.
Inputs
- index
- The index to which the curve should be pasted.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName CopyCurve 1 0
myPlotName PasteCurves 0
Errors
None.