VehicleGraphics2DLine ===================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DLine Line Style and Line Width properties used in displaying vehicle tracks. .. py:currentmodule:: VehicleGraphics2DLine Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DLine.style` - Line style to use in displaying vehicle tracks. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DLine.width` - Line width to use in displaying vehicle tracks. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DLine Property detail --------------- .. py:property:: style :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DLine.style :type: LineStyle Line style to use in displaying vehicle tracks. .. py:property:: width :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DLine.width :type: LineWidth Line width to use in displaying vehicle tracks.