Skip to main content

Mechanical scripting interface

ComparePartsTolerance

Last update: 14.01.2025

class 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

Attributes

Name
Loose
Normal
Tight

Attribute detail

ComparePartsTolerance.Loose = 0

ComparePartsTolerance.Normal = 1

ComparePartsTolerance.Tight = 2