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