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