ArcVerticalPlaneOptions#

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

Class defining the vertical plane options in a procedure.

Overview#

start_arc_flight_path_angle

Get or set the pitch angle of the flight path at the start of the arc.

stop_arc_flight_path_angle

Get or set the pitch angle of the flight path at the end of the arc.

min_enroute_flight_path_angle

Get or set the minimum pitch angle of the flight path during enroute segments of the procedure.

max_enroute_flight_path_angle

Get or set the maximum pitch angle of the flight path during enroute segments of the procedure.

max_vert_plane_radius_factor

Get or set the maximum amount the radius of vertical curve will be increased to minimize the flight path angle required to complete it.

Import detail#

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

Property detail#

property ArcVerticalPlaneOptions.start_arc_flight_path_angle: Any#

Get or set the pitch angle of the flight path at the start of the arc.

property ArcVerticalPlaneOptions.stop_arc_flight_path_angle: Any#

Get or set the pitch angle of the flight path at the end of the arc.

property ArcVerticalPlaneOptions.min_enroute_flight_path_angle: Any#

Get or set the minimum pitch angle of the flight path during enroute segments of the procedure.

property ArcVerticalPlaneOptions.max_enroute_flight_path_angle: Any#

Get or set the maximum pitch angle of the flight path during enroute segments of the procedure.

property ArcVerticalPlaneOptions.max_vert_plane_radius_factor: float#

Get or set the maximum amount the radius of vertical curve will be increased to minimize the flight path angle required to complete it.