plt3DIPlot CopyPlane
Copies the plane to the internal clipboard.
Syntax
plt3DIPlot_handle CopyPlane index
Application
HyperWorks Tcl Query
Description
Copies the plane to the internal clipboard.
Inputs
- index
- The number of the curve plane.
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
Errors
Success (0) or an error code.