plt3DIPlot CopyProjectionCurveGroup
Copies the curve group to the internal clipboard.
Syntax
plt3DIPlot_handle CopyProjectionCurveGroup index
Application
HyperWorks Tcl Query
Description
Copies the curve group to the internal clipboard.
Inputs
- index
 - The number of the curve group.
 
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddProjectionCurveGroup
myPlotName GetProjectionCurveGroupHandle myGroupName 1
myPlotName CopyProjectionCurveGroup 1
      Errors
Success (0) or an error code.