plt3DIPlane SetEnabled
Sets the plane’s enabled state.
Syntax
plt3DIPlane_handle SetEnabled state
Application
HyperWorks Tcl Modify
Description
Sets the plane’s enabled state.
Inputs
- state
-
- True
- The plane is visible.
- False
- The plane is not visible.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetPlaneHandle myPlaneName [myPlotName AddPlane]
myPlaneName SetD 10.0
Errors
Success (0) or an error code.