first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user