SphericalFlightPathAngleHorizontal ================================== .. py:class:: ansys.stk.core.stkobjects.SphericalFlightPathAngleHorizontal Bases: :py:class:`~ansys.stk.core.stkobjects.IFlightPathAngle` Horizontal Flight Path Angle, an element of the Spherical coordinate type. .. py:currentmodule:: SphericalFlightPathAngleHorizontal Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SphericalFlightPathAngleHorizontal.flight_path_angle` - Horizontal Flight Path Angle: the complement of the angle between the inertial velocity vector and the radius vector. Uses Angle Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SphericalFlightPathAngleHorizontal Property detail --------------- .. py:property:: flight_path_angle :canonical: ansys.stk.core.stkobjects.SphericalFlightPathAngleHorizontal.flight_path_angle :type: float Horizontal Flight Path Angle: the complement of the angle between the inertial velocity vector and the radius vector. Uses Angle Dimension.