plt3DISurface SetHighlighted

Sets whether the surface is highlighted.

Syntax

plt3DISurface_handle SetHighlighted enabled

Application

Tcl Modify

Description

The appearance of a highlighted surface 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
True
Highlighted
False
Not highlighted

Example

To highlight an existing surface:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetSurfaceHandle mySurfaceName
mySurfaceName SetHighlighted true
myClientName Draw

Errors

None.