LinkMargin ========== .. py:class:: ansys.stk.core.stkobjects.LinkMargin Class defining a link margin computation object. .. py:currentmodule:: LinkMargin Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.LinkMargin.enable` - Get or set the option for computing link margin. * - :py:attr:`~ansys.stk.core.stkobjects.LinkMargin.type` - Get or set the link margin type. * - :py:attr:`~ansys.stk.core.stkobjects.LinkMargin.threshold` - Get or set the link margin threshold. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import LinkMargin Property detail --------------- .. py:property:: enable :canonical: ansys.stk.core.stkobjects.LinkMargin.enable :type: bool Get or set the option for computing link margin. .. py:property:: type :canonical: ansys.stk.core.stkobjects.LinkMargin.type :type: LinkMarginType Get or set the link margin type. .. py:property:: threshold :canonical: ansys.stk.core.stkobjects.LinkMargin.threshold :type: float Get or set the link margin threshold.