VehicleGraphics3DTickDataLine ============================= .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DTickDataLine Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics3DTickData` Line type tick marks. .. py:currentmodule:: VehicleGraphics3DTickDataLine Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTickDataLine.length` - Length of tick mark line. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTickDataLine.line_width` - Width of tick mark line. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DTickDataLine Property detail --------------- .. py:property:: length :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTickDataLine.length :type: float Length of tick mark line. Uses Distance Dimension. .. py:property:: line_width :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTickDataLine.line_width :type: LineWidth Width of tick mark line.