`ComparePartsTolerance` Last update: 09.03.2026 class Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.ComparePartsTolerance(*args, **kwds) 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 Attributes Name Loose Normal Tight Attribute detail ComparePartsTolerance.Loose = 0 ComparePartsTolerance.Normal = 1 ComparePartsTolerance.Tight = 2