IVehicleGraphics3DProximityAreaObject ===================================== .. py:class:: ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject A base class that defines methods and properties common to all proximity area objects. .. py:currentmodule:: IVehicleGraphics3DProximityAreaObject Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.show_graphics` - Specify whether to show the proximity area object. * - :py:attr:`~ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.color` - Specify a line color. * - :py:attr:`~ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.line_width` - Specify a line width. * - :py:attr:`~ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.show_label` - Specify whether to display a label. * - :py:attr:`~ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.show_text` - Specify whether to display a text. * - :py:attr:`~ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.text` - Specify a text. * - :py:attr:`~ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.line_style` - Specify a line style type. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IVehicleGraphics3DProximityAreaObject Property detail --------------- .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.show_graphics :type: bool Specify whether to show the proximity area object. .. py:property:: color :canonical: ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.color :type: Color Specify a line color. .. py:property:: line_width :canonical: ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.line_width :type: LineWidth Specify a line width. .. py:property:: show_label :canonical: ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.show_label :type: bool Specify whether to display a label. .. py:property:: show_text :canonical: ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.show_text :type: bool Specify whether to display a text. .. py:property:: text :canonical: ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.text :type: str Specify a text. .. py:property:: line_style :canonical: ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject.line_style :type: LineStyle Specify a line style type.