18 lines
296 B
Markdown
18 lines
296 B
Markdown
# ToleranceReport
|
|
|
|
## Class Definition
|
|
|
|
```python
|
|
class ToleranceReport(checks: Tuple[ToleranceCheck, ...] = ())
|
|
```
|
|
|
|
*Source: tolerance.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import ToleranceReport`
|
|
|
|
## Description
|
|
|
|
Validation report for every requirement in a tolerance graph.
|