ResultPreference#

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

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

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 .

LargeVertexContours

Sets the Large Vertex Contours result display option, which increases the display size of nodal-scoped results when active.

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.LargeVertexContours: bool | None#

Sets the Large Vertex Contours result display option, which increases the display size of nodal-scoped results when active.

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.

Method detail#

ResultPreference.Equals(obj: Any) bool#

Equals method.

ResultPreference.GetHashCode() int#

GetHashCode method.

ResultPreference.GetType() type#

GetType method.

ResultPreference.ToString() str#

ToString method.