CentralBodyComponentShapeOblateSpheroid#

class ansys.stk.core.stkobjects.astrogator.CentralBodyComponentShapeOblateSpheroid#

Bases: ICentralBodyComponentShape

Central Body Shape - Spheroid.

Overview#

min_radius

Get or set the minimum radius. Uses Distance Dimension.

max_radius

Get or set the maximum radius. Uses Distance Dimension.

flattening_coefficient

Get the flattening coefficient; automatically derived from the minimum and maximum radii. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects.astrogator import CentralBodyComponentShapeOblateSpheroid

Property detail#

property CentralBodyComponentShapeOblateSpheroid.min_radius: float#

Get or set the minimum radius. Uses Distance Dimension.

property CentralBodyComponentShapeOblateSpheroid.max_radius: float#

Get or set the maximum radius. Uses Distance Dimension.

property CentralBodyComponentShapeOblateSpheroid.flattening_coefficient: float#

Get the flattening coefficient; automatically derived from the minimum and maximum radii. Dimensionless.