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