plt3DIPlot PastePlane
Pastes the plane from the internal clipboard.
Syntax
plt3DIPlot_handle PastePlane index
Application
HyperWorks Tcl Query
Description
Pastes the plane from the internal clipboard.
Inputs
- index
- The location to insert the plane in the number of planes 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 AddPlane
myPlotName GetPlaneHandle myPlaneName 1
myPlotName CopyPlane 1
myPlotName PastePlane 1
Errors
Success (0) or an error code.