18 lines
343 B
Markdown
18 lines
343 B
Markdown
# ConstraintResidual
|
|
|
|
## Class Definition
|
|
|
|
```python
|
|
class ConstraintResidual(constraint_id: str, translation_error: float, angular_error_degrees: float, within_tolerance: bool)
|
|
```
|
|
|
|
*Source: product.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import ConstraintResidual`
|
|
|
|
## Description
|
|
|
|
Residual for a single assembly constraint.
|