plt3DIPlane SetHighlighted
Sets whether the plane is highlighted.
Syntax
plt3DIPlane_handle SetHighlighted enabled
Application
HyperWorks Tcl Modify
Description
The appearance of a highlighted plane will change to indicate that it is active or has been picked through the GUI. To see this effect, alter the highlighted flag to cause a redraw of the client.
Inputs
- enabled
- Highlighted, true or false.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetPlaneHandle myPlaneName
myPlaneName SetHighlighted true
myClientName Draw
Errors
Success (0) or an error code.