Tolerance
Bases: BaseModel
Represents a tolerance specification for a part or feature.
PARAMETER | DESCRIPTION |
---|---|
tolerance_grade
|
The grade of tolerance, such as 'IT7' for an 'H7' fit. Calcuated if not specified.
TYPE:
|
deviation_lower
|
The lower deviation limit in the specified unit. Use None if unspecified.
TYPE:
|
deviation_upper
|
The upper deviation limit in the specified unit. Use None if unspecified.
TYPE:
|
fit
|
The fit specification, such as 'H7'. Optional if not applicable.
TYPE:
|
is_theoretically_exact
|
Whether the tolerance is theoretically exact (e.g., basic dimensions).
TYPE:
|
is_reference
|
Whether the tolerance serves as a reference dimension.
TYPE:
|
is_general_tolerance
|
Whether the general tolerance was applied to this dimension.
TYPE:
|
is_approximation
|
Whether the tolerance is an approximation (e.g., 'approx. 5').
TYPE:
|