BoundingSphereFactory#

class ansys.stk.core.graphics.BoundingSphereFactory#

Create bounding spheres.

Overview#

initialize

Create instances of BoundingSphere.

maximum_radius_bounding_sphere

Get the bounding sphere of maximum possible radius.

Import detail#

from ansys.stk.core.graphics import BoundingSphereFactory

Property detail#

property BoundingSphereFactory.maximum_radius_bounding_sphere: BoundingSphere#

Get the bounding sphere of maximum possible radius.

Method detail#

BoundingSphereFactory.initialize(self, center: list, radius: float) BoundingSphere#

Create instances of BoundingSphere.

Parameters:

center : list

radius : float

Returns:

BoundingSphere