18 lines
411 B
Markdown
18 lines
411 B
Markdown
# ConstraintReport
|
|
|
|
## Class Definition
|
|
|
|
```python
|
|
class ConstraintReport(solved: bool, grounded_component_ids: Tuple[str, ...], solved_component_ids: Tuple[str, ...], unsolved_component_ids: Tuple[str, ...], residuals: Tuple[ConstraintResidual, ...])
|
|
```
|
|
|
|
*Source: product.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import ConstraintReport`
|
|
|
|
## Description
|
|
|
|
Assembly constraint inspection report.
|