poISphericalSection SetClipElements

Toggles the boundary element clipping state for a section.

Syntax

poISphericalSection_handle SetClipElementsstate

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
::post::GetPostHandle 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.