plt3DIPlot GetPlaneHandle
Gets a pointer to a plane.
Syntax
plt3DIPlot_handle GetPlaneHandle iPlane index
Application
HyperWorks Tcl Query
Description
Gets a pointer to a plane.
Inputs
- iPlane
 - The name of the new plane handle.
 - index
 - The number of the plane.
 
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetPlaneHandle myGroupName [myPlotName AddPlane]
      Errors
Success (0) or an error code.