LineTargetGraphics3D ==================== .. py:class:: ansys.stk.core.stkobjects.LineTargetGraphics3D The LineTargetGraphics3D class. .. py:currentmodule:: LineTargetGraphics3D Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.LineTargetGraphics3D.enable_label_max_viewing_dist` - Use the maximum viewing distance for displaying the line target label. * - :py:attr:`~ansys.stk.core.stkobjects.LineTargetGraphics3D.label_maximum_viewing_dist` - Specify the maximum distance at which the line target label is displayed. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.LineTargetGraphics3D.border_wall` - Retrieve the border wall properties. * - :py:attr:`~ansys.stk.core.stkobjects.LineTargetGraphics3D.vector` - Get the vector. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import LineTargetGraphics3D Property detail --------------- .. py:property:: enable_label_max_viewing_dist :canonical: ansys.stk.core.stkobjects.LineTargetGraphics3D.enable_label_max_viewing_dist :type: bool Use the maximum viewing distance for displaying the line target label. .. py:property:: label_maximum_viewing_dist :canonical: ansys.stk.core.stkobjects.LineTargetGraphics3D.label_maximum_viewing_dist :type: float Specify the maximum distance at which the line target label is displayed. Uses Distance Dimension. .. py:property:: border_wall :canonical: ansys.stk.core.stkobjects.LineTargetGraphics3D.border_wall :type: Graphics3DBorderWall Retrieve the border wall properties. .. py:property:: vector :canonical: ansys.stk.core.stkobjects.LineTargetGraphics3D.vector :type: Graphics3DVector Get the vector.