MissileEOIR =========== .. py:class:: ansys.stk.core.stkobjects.MissileEOIR Bases: :py:class:`~ansys.stk.core.stkobjects.IEOIR` MissileEOIR interface class. .. py:currentmodule:: MissileEOIR Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.MissileEOIR.shapes` - Property used to access the shape collection. * - :py:attr:`~ansys.stk.core.stkobjects.MissileEOIR.stage` - Property used to access missile stage interface. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import MissileEOIR Property detail --------------- .. py:property:: shapes :canonical: ansys.stk.core.stkobjects.MissileEOIR.shapes :type: EOIRShapeCollection Property used to access the shape collection. .. py:property:: stage :canonical: ansys.stk.core.stkobjects.MissileEOIR.stage :type: EOIRStage Property used to access missile stage interface.