Files
cadSet/SimpleCADAPI/docs/api/DimensionTolerance.md
T

450 B

DimensionTolerance

Class Definition

class DimensionTolerance(lower_deviation: float, upper_deviation: float)

Source: expr.py

Import Surface

  • top-level: from simplecadapi import DimensionTolerance

Description

Permitted lower and upper deviations from a nominal dimension.

Deviations are signed: the lower deviation must be less than or equal to zero and the upper deviation must be greater than or equal to zero.