VehicleSpaceEnvironmentShapeModel ================================= .. py:class:: ansys.stk.core.stkobjects.VehicleSpaceEnvironmentShapeModel IntEnum .. py:currentmodule:: VehicleSpaceEnvironmentShapeModel Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - An invalid VehicleSpaceEnvironmentShapeModel value. * - :py:attr:`~PLATE` - Models the thermal properties of the vehicle using a plate. * - :py:attr:`~SPHERE` - Models the thermal properties of the vehicle using a sphere. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleSpaceEnvironmentShapeModel