plt3DIPlot PasteCurveGroup
Pastes the curve group from the internal clipboard.
Syntax
plt3DIPlot_handle PasteCurveGroup index
Application
HyperWorks Tcl Query
Description
Pastes the curve group from the internal clipboard.
Inputs
- index
 - The location to insert the curve group in the number of curve groups in the current HyperGraph 3D window.
 
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddCurveGroup
myPlotName GetCurveGroupHandle myCurveGroupName 1
myPlotName CopyCurveGroup 1
myPlotName PasteCurveGroup 1
      Errors
Success (0) or an error code.