ComparePartsTolerance#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.ComparePartsTolerance#

Bases: object

Specifies the tolerance to use when comparing parts. This provides comparison robustness due

to differences/errors in floating-point number representations. Actual geometric modifications are not intended to be captured via tolerance loosening.

Overview#

CompareTo

CompareTo method.

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

GetTypeCode

GetTypeCode method.

HasFlag

HasFlag method.

ToString

ToString method.

Method detail#

ComparePartsTolerance.CompareTo(target: Any) int#

CompareTo method.

ComparePartsTolerance.Equals(obj: Any) bool#

Equals method.

ComparePartsTolerance.GetHashCode() int#

GetHashCode method.

ComparePartsTolerance.GetType() type#

GetType method.

ComparePartsTolerance.GetTypeCode() typeCode#

GetTypeCode method.

ComparePartsTolerance.HasFlag(flag: System.Enum) bool#

HasFlag method.

ComparePartsTolerance.ToString() str#

ToString method.