ResultPreference#

class ansys.mechanical.stubs.v242.Ansys.Mechanical.Graphics.ResultPreference#

Bases: object

ResultPreference class.

Overview#

GeometryView

Sets the result geometry view.

ContourView

Sets the result contour view.

ExtraModelDisplay

Sets the result edge display option.

DeformationScaling

Sets the deformation scale multiplier to either AutoScale or TrueScale.

DeformationScaleMultiplier

Sets the deformation scale multiplier.

IsoSurfaceValue

Sets the capping value for capped iso surface view .

CappingType

Sets the result capping type.

ScopingDisplay

Sets the result scoping display.

ShowMinimum

Displays the result minimum value annotation label.

ShowMaximum

Displays the result maximum value annotation label.

Property detail#

property ResultPreference.GeometryView: Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.GeometryView | None

Sets the result geometry view.

property ResultPreference.ContourView: Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.ContourView | None

Sets the result contour view.

property ResultPreference.ExtraModelDisplay: Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.ExtraModelDisplay | None

Sets the result edge display option.

property ResultPreference.DeformationScaling: Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.DeformationScaling | None

Sets the deformation scale multiplier to either AutoScale or TrueScale.

property ResultPreference.DeformationScaleMultiplier: System.Double | None

Sets the deformation scale multiplier.

property ResultPreference.IsoSurfaceValue: Ansys.Core.Units.Quantity | None

Sets the capping value for capped iso surface view .

property ResultPreference.CappingType: Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.CappingType | None

Sets the result capping type.

property ResultPreference.ScopingDisplay: Ansys.Mechanical.DataModel.MechanicalEnums.Graphics.ScopingDisplay | None

Sets the result scoping display.

property ResultPreference.ShowMinimum: System.Boolean | None

Displays the result minimum value annotation label.

property ResultPreference.ShowMaximum: System.Boolean | None

Displays the result maximum value annotation label.