VehicleGraphics2DAttributesOrbit#

class ansys.stk.core.stkobjects.VehicleGraphics2DAttributesOrbit#

Bases: IVehicleGraphics2DAttributesBasic, IVehicleGraphics2DAttributes

2D Graphics attributes for a satellite.

Overview#

show_ground_track

Opt whether to show the satellite’s ground track.

show_ground_marker

Opt whether to show the satellite’s ground marker.

show_orbit

Opt whether to show the satellite’s orbit track.

show_orbit_marker

Opt whether to show the satellite’s orbit marker.

pick_string

String displayed after instance name when the vehicle line is picked in 2D or 3D.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DAttributesOrbit

Property detail#

property VehicleGraphics2DAttributesOrbit.show_ground_track: bool#

Opt whether to show the satellite’s ground track.

property VehicleGraphics2DAttributesOrbit.show_ground_marker: bool#

Opt whether to show the satellite’s ground marker.

property VehicleGraphics2DAttributesOrbit.show_orbit: bool#

Opt whether to show the satellite’s orbit track.

property VehicleGraphics2DAttributesOrbit.show_orbit_marker: bool#

Opt whether to show the satellite’s orbit marker.

property VehicleGraphics2DAttributesOrbit.pick_string: str#

String displayed after instance name when the vehicle line is picked in 2D or 3D.