VehicleGraphics2DAttributesOrbit ================================ .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics2DAttributesBasic`, :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics2DAttributes` 2D Graphics attributes for a satellite. .. py:currentmodule:: VehicleGraphics2DAttributesOrbit Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.show_ground_track` - Opt whether to show the satellite's ground track. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.show_ground_marker` - Opt whether to show the satellite's ground marker. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.show_orbit` - Opt whether to show the satellite's orbit track. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.show_orbit_marker` - Opt whether to show the satellite's orbit marker. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.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 VehicleGraphics2DAttributesOrbit Property detail --------------- .. py:property:: show_ground_track :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.show_ground_track :type: bool Opt whether to show the satellite's ground track. .. py:property:: show_ground_marker :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.show_ground_marker :type: bool Opt whether to show the satellite's ground marker. .. py:property:: show_orbit :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.show_orbit :type: bool Opt whether to show the satellite's orbit track. .. py:property:: show_orbit_marker :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.show_orbit_marker :type: bool Opt whether to show the satellite's orbit marker. .. py:property:: pick_string :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit.pick_string :type: str String displayed after instance name when the vehicle line is picked in 2D or 3D.