poISection SetClipAbove

Toggles the current direction for the section.

Syntax

poISection_handle SetClipAbove state

Application

HyperView Tcl Modify

Description

This command toggles the current direction of the clipping surface for the section. Set to "True" to clip above the section surface, or "False" to clip below.

Inputs

state
The state for the current clipping direction.

Example

To set the clip element status of a created section:
hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle post_handle
post_handle GetSectionHandle section_handle [post_handle AddSection 0]
# Set clipping direction
section_handle SetClipAbove false
hwi CloseStack

Errors

Returns an invalid handle.