BurnoutGeocentric#

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

Bases: IBurnout

The geocentric burnout point.

Overview#

latitude

Get or set the latitude of the spacecraft burnout. Uses Angle Dimension.

longitude

Get or set the longitude of the spacecraft burnout. Uses Angle Dimension.

radius

Get or set the radius of the spacecraft burnout. Uses Distance Dimension.

Import detail#

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

Property detail#

property BurnoutGeocentric.latitude: Any#

Get or set the latitude of the spacecraft burnout. Uses Angle Dimension.

property BurnoutGeocentric.longitude: Any#

Get or set the longitude of the spacecraft burnout. Uses Angle Dimension.

property BurnoutGeocentric.radius: float#

Get or set the radius of the spacecraft burnout. Uses Distance Dimension.