ArcOptions#

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

Class defining the arc options for a procedure.

Overview#

turn_direction

Get or set the turn direction to the arc.

start_bearing

Get or set the bearing from the site to the arc.

use_magnetic_heading

Get or set the option to use a magnetic heading for the start bearing.

radius

Get or set the radius of the arc.

turn_angle

Get or set the length of the arc the aircraft will fly.

join_arc

Get or set the method to join the arc.

exit_arc

Get or set the method to exit the arc.

Import detail#

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

Property detail#

property ArcOptions.turn_direction: TurnDirection#

Get or set the turn direction to the arc.

property ArcOptions.start_bearing: Any#

Get or set the bearing from the site to the arc.

property ArcOptions.use_magnetic_heading: bool#

Get or set the option to use a magnetic heading for the start bearing.

property ArcOptions.radius: float#

Get or set the radius of the arc.

property ArcOptions.turn_angle: Any#

Get or set the length of the arc the aircraft will fly.

property ArcOptions.join_arc: JoinExitArcMethod#

Get or set the method to join the arc.

property ArcOptions.exit_arc: JoinExitArcMethod#

Get or set the method to exit the arc.