ResultPreference
Last update: 14.01.2025
ResultPreference
class Ansys.Mechanical.Graphics.ResultPreference
Bases: object
ResultPreference class.
Overview
Properties
Name | Description |
---|---|
CappingType |
Sets the result capping type. |
ContourView |
Sets the result contour view. |
DeformationScaleMultiplier |
Sets the deformation scale multiplier. |
DeformationScaling |
Sets the deformation scale multiplier to either AutoScale or TrueScale. |
ExtraModelDisplay |
Sets the result edge display option. |
GeometryView |
Sets the result geometry view. |
IsoSurfaceValue |
Sets the capping value for capped iso surface view . |
ScopingDisplay |
Sets the result scoping display. |
ShowMaximum |
Displays the result maximum value annotation label. |
ShowMinimum |
Displays the result minimum value annotation label. |
Property detail
property ResultPreference.CappingType : Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.CappingType | None
Sets the result capping type.
property ResultPreference.ContourView : Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.ContourView | None
Sets the result contour view.
property ResultPreference.DeformationScaleMultiplier : float | None
Sets the deformation scale multiplier.
property ResultPreference.DeformationScaling : Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.DeformationScaling | None
Sets the deformation scale multiplier to either AutoScale or TrueScale.
property ResultPreference.ExtraModelDisplay : Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.ExtraModelDisplay | None
Sets the result edge display option.
property ResultPreference.GeometryView : Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.GeometryView | None
Sets the result geometry view.
property ResultPreference.IsoSurfaceValue : Ansys.Core.Units.Quantity | None
Sets the capping value for capped iso surface view .
property ResultPreference.ScopingDisplay : Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.ScopingDisplay | None
Sets the result scoping display.
property ResultPreference.ShowMaximum : bool | None
Displays the result maximum value annotation label.
property ResultPreference.ShowMinimum : bool | None
Displays the result minimum value annotation label.