18 lines
309 B
Markdown
18 lines
309 B
Markdown
# ToleranceValidationError
|
|
|
|
## Class Definition
|
|
|
|
```python
|
|
class ToleranceValidationError(report: 'ToleranceReport')
|
|
```
|
|
|
|
*Source: tolerance.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import ToleranceValidationError`
|
|
|
|
## Description
|
|
|
|
Raised when one or more declared tolerance requirements fail.
|