ArcOptions#
- class ansys.stk.core.stkobjects.aviator.ArcOptions#
Class defining the arc options for a procedure.
Overview#
Get or set the turn direction to the arc. |
|
Get or set the bearing from the site to the arc. |
|
Get or set the option to use a magnetic heading for the start bearing. |
|
Get or set the radius of the arc. |
|
Get or set the length of the arc the aircraft will fly. |
|
Get or set the method to join the 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.use_magnetic_heading: bool#
Get or set the option to use a magnetic heading for the start bearing.
- 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.