.. vale off :class:`ResultPreference` ========================= .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.Graphics.ResultPreference Bases: :py:obj:`object` ResultPreference class. .. !! processed by numpydoc !! .. py:currentmodule:: ResultPreference Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~GeometryView` - Sets the result geometry view. * - :py:attr:`~ContourView` - Sets the result contour view. * - :py:attr:`~ExtraModelDisplay` - Sets the result edge display option. * - :py:attr:`~DeformationScaling` - Sets the deformation scale multiplier to either AutoScale or TrueScale. * - :py:attr:`~DeformationScaleMultiplier` - Sets the deformation scale multiplier. * - :py:attr:`~IsoSurfaceValue` - Sets the capping value for capped iso surface view . * - :py:attr:`~CappingType` - Sets the result capping type. * - :py:attr:`~ScopingDisplay` - Sets the result scoping display. * - :py:attr:`~ShowMinimum` - Displays the result minimum value annotation label. * - :py:attr:`~ShowMaximum` - Displays the result maximum value annotation label. Property detail --------------- .. py:property:: GeometryView :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.GeometryView] Sets the result geometry view. .. !! processed by numpydoc !! .. py:property:: ContourView :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.ContourView] Sets the result contour view. .. !! processed by numpydoc !! .. py:property:: ExtraModelDisplay :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.ExtraModelDisplay] Sets the result edge display option. .. !! processed by numpydoc !! .. py:property:: DeformationScaling :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.DeformationScaling] Sets the deformation scale multiplier to either AutoScale or TrueScale. .. !! processed by numpydoc !! .. py:property:: DeformationScaleMultiplier :no-index: :type: Optional[System.Double] Sets the deformation scale multiplier. .. !! processed by numpydoc !! .. py:property:: IsoSurfaceValue :no-index: :type: Optional[Ansys.Core.Units.Quantity] Sets the capping value for capped iso surface view . .. !! processed by numpydoc !! .. py:property:: CappingType :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.CappingType] Sets the result capping type. .. !! processed by numpydoc !! .. py:property:: ScopingDisplay :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.ScopingDisplay] Sets the result scoping display. .. !! processed by numpydoc !! .. py:property:: ShowMinimum :no-index: :type: Optional[System.Boolean] Displays the result minimum value annotation label. .. !! processed by numpydoc !! .. py:property:: ShowMaximum :no-index: :type: Optional[System.Boolean] Displays the result maximum value annotation label. .. !! processed by numpydoc !! .. vale on