VehicleGraphics2DAttributesTrajectory ===================================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics2DAttributesBasic`, :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics2DAttributes` 2D Graphics attributes for launch vehicles and missiles. .. py:currentmodule:: VehicleGraphics2DAttributesTrajectory Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.show_ground_track` - Opt whether to show the vehicle's ground track. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.show_ground_marker` - Opt whether to show the vehicle's ground marker. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.show_trajectory` - Opt whether to show the vehicle's trajectory path. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.show_trajectory_marker` - Opt whether to show the vehicle's trajectory marker. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.pick_string` - String displayed after instance name when the vehicle line is picked in 2D or 3D. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DAttributesTrajectory Property detail --------------- .. py:property:: show_ground_track :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.show_ground_track :type: bool Opt whether to show the vehicle's ground track. .. py:property:: show_ground_marker :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.show_ground_marker :type: bool Opt whether to show the vehicle's ground marker. .. py:property:: show_trajectory :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.show_trajectory :type: bool Opt whether to show the vehicle's trajectory path. .. py:property:: show_trajectory_marker :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.show_trajectory_marker :type: bool Opt whether to show the vehicle's trajectory marker. .. py:property:: pick_string :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory.pick_string :type: str String displayed after instance name when the vehicle line is picked in 2D or 3D.