DragModel ========= .. py:class:: ansys.stk.core.stkobjects.DragModel IntEnum .. py:currentmodule:: DragModel Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unsupported model. * - :py:attr:`~SPHERICAL` - Drag model that assumes a spherical spacecraft. * - :py:attr:`~PLUGIN` - Plugin drag model. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import DragModel