IVehicleGraphics3DSystemsElementBase#

class ansys.stk.core.stkobjects.IVehicleGraphics3DSystemsElementBase#

Define methods and properties used to configure the 3D properties of a reference system used for displaying vehicle orbits and trajectories.

Overview#

inherit

Inherit color from 2D graphics.

color

Specify a custom color.

graphics_3d_window

Get or set the selected 3D Graphics window.

available_graphics_3d_windows

3D Graphics Windows available to display the reference system.

persist_for_all_passes

Persistent the reference system when all passes are displayed.

Import detail#

from ansys.stk.core.stkobjects import IVehicleGraphics3DSystemsElementBase

Property detail#

property IVehicleGraphics3DSystemsElementBase.inherit: bool#

Inherit color from 2D graphics.

property IVehicleGraphics3DSystemsElementBase.color: Color#

Specify a custom color.

property IVehicleGraphics3DSystemsElementBase.graphics_3d_window: str#

Get or set the selected 3D Graphics window.

property IVehicleGraphics3DSystemsElementBase.available_graphics_3d_windows: list#

3D Graphics Windows available to display the reference system.

property IVehicleGraphics3DSystemsElementBase.persist_for_all_passes: bool#

Persistent the reference system when all passes are displayed.