VehicleGraphics3DDefaultAttributes ================================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes Default graphics attributes for covariance pointing contours. .. py:currentmodule:: VehicleGraphics3DDefaultAttributes Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes.show_graphics` - Opt whether to show the graphics attributes. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes.color` - Get or set the line color. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes.line_width` - Get or set the line width. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes.translucency` - Get or set the translucency. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DDefaultAttributes Property detail --------------- .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes.show_graphics :type: bool Opt whether to show the graphics attributes. .. py:property:: color :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes.color :type: Color Get or set the line color. .. py:property:: line_width :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes.line_width :type: LineWidth Get or set the line width. .. py:property:: translucency :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DDefaultAttributes.translucency :type: float Get or set the translucency. Dimensionless.