*sphereclipradius
Set the radius for spherical clipping.
Syntax
*sphereclipradius radius
Type
HyperMesh Tcl Modify Command
Description
Set the radius for spherical clipping.
Inputs
- radius
 - The radius the entities must be within for them to be visible when spherical clipping is enabled.
 
Example
To enable spherical clipping at the origin with radius 10:
*sphereclipcenter(0,0,0)
*setsphereclip(1)
*sphereclipradius(10)
      *sphereclipcenter() is required to view clipping.
*setsphereclip() is required to view clipping.
Errors
None.