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