Specifies the various types of tolerances that can be associated with PMIGeometricValue.
Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
| Name | Value | Description |
| DeviationPMIToleranceType | 1 | The upper and lower tolerances are set using offset values. Displayed as stacked lines. |
| LimitsFitsLinearPMIToleranceType | 7 | The tolerance is defined using hole fit values, e.g. H7, and also a shaft fit value, e.g. h7. Displayed on one line. |
| LimitsFitsSizeLimitsPMIToleranceType | 8 | The tolerance is defined using hole fit values, e.g. H7, and also a shaft fit value, e.g. h7. Displays the minimum and maximum values these equates to, stacked on top of each other and in parenthesis. |
| LimitsFitsStackedPMIToleranceType | 6 | The tolerance is defined using hole fit values, e.g. H7, and also a shaft fit value, e.g. h7. Displayed as stacked lines with a horizontal line between them. |
| LimitsFitsTolerancePMIToleranceType | 9 | The tolerance is defined using hole fit values, e.g. H7, and also a shaft fit value, e.g. h7. Displays the upper and lower tolerance values these equates to, stacked on top of each other and in parenthesis. |
| LimitsLinearPMIToleranceType | 3 | The upper and lower tolerances are set from boundaries. Displayed as values on one line. |
| LimitsStackedPMIToleranceType | 2 | The upper and lower tolerances are set from minimum and maximum values Displayed as stacked lines. |
| MAXPMIToleranceType | 4 | The tolerance is defined and displayed as MAX. |
| MINPMIToleranceType | 5 | The tolerance is defined and displayed as MIN. |
| SymmetricPMIToleranceType | 0 | The upper and lower tolerances are equal. Displayed on one line. |