VehicleGraphics2DLightingElement ================================ .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement Lighting condition properties. .. py:currentmodule:: VehicleGraphics2DLightingElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.visible` - Opt whether to display the orbit and/or ground track in the color assigned to the specified lighting condition. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.color` - Get or set the color of the line that will mark the region representing the selected lighting condition. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.marker_style` - Get or set the object marker while the vehicle is within a particular region representing the selected lighting condition. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.line_style` - Get or set the type of line that will mark the region representing the selected lighting condition. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.line_width` - Get or set the width of the line that will mark the region representing the selected lighting condition. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DLightingElement Property detail --------------- .. py:property:: visible :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.visible :type: bool Opt whether to display the orbit and/or ground track in the color assigned to the specified lighting condition. .. py:property:: color :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.color :type: Color Get or set the color of the line that will mark the region representing the selected lighting condition. .. py:property:: marker_style :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.marker_style :type: str Get or set the object marker while the vehicle is within a particular region representing the selected lighting condition. .. py:property:: line_style :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.line_style :type: LineStyle Get or set the type of line that will mark the region representing the selected lighting condition. .. py:property:: line_width :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement.line_width :type: LineWidth Get or set the width of the line that will mark the region representing the selected lighting condition.