CentralBody#

class ansys.stk.core.stkobjects.CentralBody#

A central body coclass.

Overview#

name

A name of the central body.

ellipsoid

The central body ellipsoid.

analysis_workbench_components

Return the central body’s Vector Geometry Tool provider.

gravitational_parameter

The gravitational parameter of the central body in distance units cubed per time units squared (i.e. m^3*s^-2).

Import detail#

from ansys.stk.core.stkobjects import CentralBody

Property detail#

property CentralBody.name: str#

A name of the central body.

property CentralBody.ellipsoid: CentralBodyEllipsoid#

The central body ellipsoid.

property CentralBody.analysis_workbench_components: IAnalysisWorkbenchComponentProvider#

Return the central body’s Vector Geometry Tool provider.

property CentralBody.gravitational_parameter: float#

The gravitational parameter of the central body in distance units cubed per time units squared (i.e. m^3*s^-2).