plt3DIPlot PasteProjectionCurveGroup
Pastes the curve group from the internal clipboard.
Syntax
plt3DIPlot_handle PasteProjectionCurveGroup 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 AddProjectionCurveGroup
myPlotName GetProjectionCurveGroupHandle myProjectionCurveGroupName 1
myPlotName CopyProjectionCurveGroup 1
myPlotName PasteProjectionCurveGroup 1
Errors
Success (0) or an error code.