IVerticalPlaneOptions#

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

Interface used to access the Vertical Plane options for an Aviator procedure.

Overview#

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 IVerticalPlaneOptions

Property detail#

property IVerticalPlaneOptions.min_enroute_flight_path_angle: Any#

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

property IVerticalPlaneOptions.max_enroute_flight_path_angle: Any#

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

property IVerticalPlaneOptions.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.