ArcAltitudeOptions#

class ansys.stk.core.stkobjects.aviator.ArcAltitudeOptions#

Class defining the altitude options for an arc procedure.

Overview#

use_default_cruise_altitude

Opt whether to use the default cruise altitude.

start_arc_altitude

Get or set the altitude at the beginning of the arc.

stop_arc_altitude

Get or set the altitude at the end of the arc.

Import detail#

from ansys.stk.core.stkobjects.aviator import ArcAltitudeOptions

Property detail#

property ArcAltitudeOptions.use_default_cruise_altitude: bool#

Opt whether to use the default cruise altitude.

property ArcAltitudeOptions.start_arc_altitude: float#

Get or set the altitude at the beginning of the arc.

property ArcAltitudeOptions.stop_arc_altitude: float#

Get or set the altitude at the end of the arc.