Enum: ComparePartsTolerance

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.

Fields

Name Description
Loose Allows deviations 100 times greater than `Normal` (10⁴ times greater than `Tight`).
Normal Allows deviations 100 times greater than `Tight`.
Tight Identifies geometries with none or very slight deviations.