poIRenderOptions SetAntiAliasing
Sets the current anti-aliasing setting.
Syntax
poIRenderOptions_handle SetAntiAliasing aa_request
Application
HyperView Tcl Modify
Description
This command sets the current anti-aliasing setting.
Inputs
- aa_request
- true to enable anti-aliasing, false to disable anti-aliasing.
Example
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetClientManagerHandle anim_handle animation
anim_handle GetRenderOptionsHandle render_handle
render_handle SetAntiAliasing 1
hwi CloseStack
Errors
None.