poISphericalSection SetRadius
Sets the clipping sphere radius for the section.
Syntax
poISphericalSection_handle SetRadiusvalue
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
hwi OpenStack
::post::GetPostHandle post_handle
post_handle GetSectionHandle section_handle [post_handle AddSection 1]
# Set radius
section_handle SetRadius 75
hwi CloseStack
Errors
Returns an invalid handle.