VehicleGraphics2DPassShowPasses =============================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DPassShowPasses Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics2DPass` Beginning and end pass numbers to display. .. py:currentmodule:: VehicleGraphics2DPassShowPasses Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DPassShowPasses.first_pass` - Beginning pass number. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DPassShowPasses.last_pass` - End pass number. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DPassShowPasses Property detail --------------- .. py:property:: first_pass :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DPassShowPasses.first_pass :type: int Beginning pass number. Dimensionless. .. py:property:: last_pass :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DPassShowPasses.last_pass :type: int End pass number. Dimensionless.