VehicleGraphics3DSystemsSpecialElement#

class ansys.stk.core.stkobjects.VehicleGraphics3DSystemsSpecialElement#

Bases: IVehicleGraphics3DSystemsElementBase

Define methods and properties to configure 3D properties of Inertial or Fixed 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.

show_graphics

Control whether the reference system is visible.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DSystemsSpecialElement

Property detail#

property VehicleGraphics3DSystemsSpecialElement.show_graphics: bool#

Control whether the reference system is visible.

Method detail#

VehicleGraphics3DSystemsSpecialElement.get_graphics_3d_window_identifiers(self) list#

Get the selected 3D Graphics window ids.

Returns:

list

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

Select the 3D Graphics window ids.

Parameters:

window_ids : list

Returns:

None