EOIRShapeCoupler ================ .. py:class:: ansys.stk.core.stkobjects.EOIRShapeCoupler Bases: :py:class:`~ansys.stk.core.stkobjects.IEOIRShapeObject` Coupler shape class. .. py:currentmodule:: EOIRShapeCoupler Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShapeCoupler.radius_1` - Property used to access the first radius dimension of a coupler shape. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShapeCoupler.height` - Property used to access the height dimension of a coupler shape. * - :py:attr:`~ansys.stk.core.stkobjects.EOIRShapeCoupler.radius_2` - Property used to access the second radius dimension of a coupler shape. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import EOIRShapeCoupler Property detail --------------- .. py:property:: radius_1 :canonical: ansys.stk.core.stkobjects.EOIRShapeCoupler.radius_1 :type: float Property used to access the first radius dimension of a coupler shape. .. py:property:: height :canonical: ansys.stk.core.stkobjects.EOIRShapeCoupler.height :type: float Property used to access the height dimension of a coupler shape. .. py:property:: radius_2 :canonical: ansys.stk.core.stkobjects.EOIRShapeCoupler.radius_2 :type: float Property used to access the second radius dimension of a coupler shape.