VehicleGraphics3DElevationContours ================================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours 3D elevation angle contours. .. py:currentmodule:: VehicleGraphics3DElevationContours Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.show_graphics` - Opt whether to display elevation angle contours. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.show_filled_cones` - Opt whether to display elevation angle contours as filled cones in space. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.translucency` - Translucency of elevation contour cone. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.fill` - Opt whether to display elevation angle contours as a filled polygon on the surface of the central body. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.fill_translucency` - Translucency of the filled polygon. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DElevationContours Property detail --------------- .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.show_graphics :type: bool Opt whether to display elevation angle contours. .. py:property:: show_filled_cones :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.show_filled_cones :type: bool Opt whether to display elevation angle contours as filled cones in space. .. py:property:: translucency :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.translucency :type: float Translucency of elevation contour cone. Dimensionless. .. py:property:: fill :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.fill :type: bool Opt whether to display elevation angle contours as a filled polygon on the surface of the central body. .. py:property:: fill_translucency :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours.fill_translucency :type: float Translucency of the filled polygon. Dimensionless.