plt3DIPlot PasteSurface
Pastes the curve from the internal clipboard.
Syntax
plt3DIPlot_handle PasteSurface index
Application
HyperWorks Tcl Query
Description
Pastes the curve from the internal clipboard.
Inputs
- index
 - The location to insert the surface 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 AddSurface
myPlotName GetSurfaceHandle mySurfaceName 1
myPlotName CopySurface 1
myPlotName PasteSurface 1
      Errors
Success (0) or an error code.