ComparePartsTolerance#

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

Bases: enum.Enum

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#

Attribute detail#

ComparePartsTolerance.Tight = 2#
ComparePartsTolerance.Normal = 1#
ComparePartsTolerance.Loose = 0#