VehicleGraphics3DDefaultAttributes#

class ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes#

Default graphics attributes for covariance pointing contours.

Overview#

show_graphics

Opt whether to show the graphics attributes.

color

Get or set the line color.

line_width

Get or set the line width.

translucency

Get or set the translucency. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DDefaultAttributes

Property detail#

property VehicleGraphics3DDefaultAttributes.show_graphics: bool#

Opt whether to show the graphics attributes.

property VehicleGraphics3DDefaultAttributes.color: Color#

Get or set the line color.

property VehicleGraphics3DDefaultAttributes.line_width: LineWidth#

Get or set the line width.

property VehicleGraphics3DDefaultAttributes.translucency: float#

Get or set the translucency. Dimensionless.