VehicleGraphics3DBPlaneTemplateDisplayElement ============================================= .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement Element of VehicleGraphics3DBPlaneTemplateDisplayCollection. .. py:currentmodule:: VehicleGraphics3DBPlaneTemplateDisplayElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.show_graphics` - Control whether the element is visible. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.name` - Return the element name. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.color` - Specify the element color. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.scale_factor` - Specify the element scale factor. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.show_label` - Specify whether the element label is visible. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DBPlaneTemplateDisplayElement Property detail --------------- .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.show_graphics :type: bool Control whether the element is visible. .. py:property:: name :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.name :type: str Return the element name. .. py:property:: color :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.color :type: Color Specify the element color. .. py:property:: scale_factor :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.scale_factor :type: float Specify the element scale factor. Dimensionless. .. py:property:: show_label :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement.show_label :type: bool Specify whether the element label is visible.