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