.. vale off :class:`ResponseConstraintDefineBy` =================================== .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.Enums.ResponseConstraintDefineBy Bases: :py:obj:`enum.Enum` Specifies the ResponseConstraintDefineBy. .. !! processed by numpydoc !! .. py:currentmodule:: ResponseConstraintDefineBy Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~AbsoluteConstant` - * - :py:attr:`~AbsoluteRange` - * - :py:attr:`~Constant` - * - :py:attr:`~Range` - Attribute detail ---------------- .. py:attribute:: AbsoluteConstant :value: 3 .. py:attribute:: AbsoluteRange :value: 2 .. py:attribute:: Constant :value: 0 .. py:attribute:: Range :value: 1 .. vale on