VehicleGraphics3DSystemsElement#

class ansys.stk.core.stkobjects.VehicleGraphics3DSystemsElement#

Bases: IVehicleGraphics3DSystemsElementBase

Element for reference system used for displaying vehicle orbits and trajectories.

Overview#

get_graphics_3d_window_identifiers

Get the selected 3D Graphics window ids.

set_graphics_3d_window_identifiers

Select the 3D Graphics window ids.

name

Get the name of the reference system.

show_graphics

Control whether the reference system is visible.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DSystemsElement

Property detail#

property VehicleGraphics3DSystemsElement.name: str#

Get the name of the reference system.

property VehicleGraphics3DSystemsElement.show_graphics: bool#

Control whether the reference system is visible.

Method detail#

VehicleGraphics3DSystemsElement.get_graphics_3d_window_identifiers(self) list#

Get the selected 3D Graphics window ids.

Returns:

list

VehicleGraphics3DSystemsElement.set_graphics_3d_window_identifiers(self, window_ids: list) None#

Select the 3D Graphics window ids.

Parameters:

window_ids : list

Returns:

None