VehicleGraphics2DAttributesTrajectory#

class ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTrajectory#

Bases: IVehicleGraphics2DAttributesBasic, IVehicleGraphics2DAttributes

2D Graphics attributes for launch vehicles and missiles.

Overview#

show_ground_track

Opt whether to show the vehicle’s ground track.

show_ground_marker

Opt whether to show the vehicle’s ground marker.

show_trajectory

Opt whether to show the vehicle’s trajectory path.

show_trajectory_marker

Opt whether to show the vehicle’s trajectory 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 VehicleGraphics2DAttributesTrajectory

Property detail#

property VehicleGraphics2DAttributesTrajectory.show_ground_track: bool#

Opt whether to show the vehicle’s ground track.

property VehicleGraphics2DAttributesTrajectory.show_ground_marker: bool#

Opt whether to show the vehicle’s ground marker.

property VehicleGraphics2DAttributesTrajectory.show_trajectory: bool#

Opt whether to show the vehicle’s trajectory path.

property VehicleGraphics2DAttributesTrajectory.show_trajectory_marker: bool#

Opt whether to show the vehicle’s trajectory marker.

property VehicleGraphics2DAttributesTrajectory.pick_string: str#

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