poISection GetRadius

Gets the clipping sphere radius for a Spherical section type.

Syntax

poISection_handle GetRadius

Application

HyperView Tcl Query

Description

This command returns the clipping sphere radius for the section.

Example

To get the clipping sphere radius of a created section:
hwi OpenStack
hwi GetActiveClientHandle post_handle
post_handle GetSectionHandle section_handle [post_handle AddSection 1]
# Get radius
section_handle GetRadius
hwi CloseStack

Errors

Returns zero.