poIRenderOptions GetAntiAliasing

Gets the current anti-aliasing setting.

Syntax

poIRenderOptions_handle GetAntiAliasing

Application

HyperView Tcl Query

Description

This command retrieves the current anti-aliasing setting. Returns true if anti-aliasing is enabled and false if anti-aliasing is disabled.

Example

To get the current anti-aliasing setting:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetClientManagerHandle anim_handle animation
anim_handle GetRenderOptionsHandle render_handle
render_handle GetAntiAliasing
hwi CloseStack

Errors

None.