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