VehicleGraphics3DRouteDropLines =============================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DRouteDropLines Droplines for great arc vehicles. .. py:currentmodule:: VehicleGraphics3DRouteDropLines Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DRouteDropLines.position` - Get the list of droplines from the vehicle's current positions. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DRouteDropLines.route` - Get the list of droplines at intervals along the vehicle's route. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DRouteDropLines Property detail --------------- .. py:property:: position :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DRouteDropLines.position :type: VehicleGraphics3DDropLinePositionItemCollection Get the list of droplines from the vehicle's current positions. .. py:property:: route :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DRouteDropLines.route :type: VehicleGraphics3DDropLinePathItemCollection Get the list of droplines at intervals along the vehicle's route.