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