18 lines
359 B
Markdown
18 lines
359 B
Markdown
# ToleranceCheck
|
|
|
|
## Class Definition
|
|
|
|
```python
|
|
class ToleranceCheck(requirement: ToleranceRequirement, analysis: ToleranceAnalysis, passed: bool, lower_margin: float, upper_margin: float)
|
|
```
|
|
|
|
*Source: tolerance.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import ToleranceCheck`
|
|
|
|
## Description
|
|
|
|
Validation result for one tolerance requirement.
|