VehicleGraphics3DAttributesBasic#

class ansys.stk.core.stkobjects.VehicleGraphics3DAttributesBasic#

Bases: IVehicleGraphics3DAttributes

Basic 3D graphics for covariance pointing contours.

Overview#

show_graphics

Opt to display the selected graphics properties instead of using those defined in terms of intervals.

color

Get or set the line color used when UseCustomColor is true.

line_width

Get or set the line width.

translucency

Get or set the translucency. Dimensionless.

use_custom_color

Use custom color for lines if true, otherwise use the vehicle color for the line color.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DAttributesBasic

Property detail#

property VehicleGraphics3DAttributesBasic.show_graphics: bool#

Opt to display the selected graphics properties instead of using those defined in terms of intervals.

property VehicleGraphics3DAttributesBasic.color: Color#

Get or set the line color used when UseCustomColor is true.

property VehicleGraphics3DAttributesBasic.line_width: LineWidth#

Get or set the line width.

property VehicleGraphics3DAttributesBasic.translucency: float#

Get or set the translucency. Dimensionless.

property VehicleGraphics3DAttributesBasic.use_custom_color: bool#

Use custom color for lines if true, otherwise use the vehicle color for the line color.