poISection SetRadius

Sets the clipping sphere radius for a Spherical section type.

Syntax

poISection_handle SetRadius value

Application

HyperView Tcl Modify

Description

This command sets the clipping sphere radius for the section.

Inputs

value
The radius to be applied to the clipping sphere.

Example

To set the clipping sphere radius of a created section:
hwi OpenStack
hwi GetActiveClientHandle post_handle
post_handle GetSectionHandle section_handle [post_handle AddSection 1]
# Set radius
section_handle SetRadius 75
hwi CloseStack

Errors

Returns an invalid handle.