.. vale off :class:`MappingOutsideOption` ============================= .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Enums.MappingOutsideOption Bases: :py:obj:`enum.Enum` .. !! processed by numpydoc !! .. py:currentmodule:: MappingOutsideOption Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Ignore` - * - :py:attr:`~WeightedAvg` - * - :py:attr:`~Projection` - * - :py:attr:`~NearestNode` - Attribute detail ---------------- .. py:attribute:: Ignore :value: 0 .. py:attribute:: WeightedAvg :value: 1 .. py:attribute:: Projection :value: 2 .. py:attribute:: NearestNode :value: 3 .. vale on