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.
Declaration Syntax
public enum ComparePartsTolerance
Table 1781: Members
| 
                 Member  | 
                 Loose  | 
                 Allows deviations 100 times greater than `Normal` (10⁴ times greater than `Tight`).  | 
| 
                 Member  | 
                 Normal  | 
                 Allows deviations 100 times greater than `Tight`.  | 
| 
                 Member  | 
                 Tight  | 
                 Identifies geometries with none or very slight deviations.  |