poISection SetClipElements

Toggles the boundary element clipping state for a section.

Syntax

poISection_handle SetClipElements state

Application

HyperView Tcl Modify

Description

This command toggles the boundary element clipping state for the section. Set to "True" enable element clipping at the section surface, or "False" otherwise.

Inputs

state
The state to be applied to boundary element clipping.

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 state
section_handle SetClipElements false
hwi CloseStack

Errors

Returns an invalid handle.