Import CAD projects and cad-router v1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Assembly
|
||||
|
||||
## Class Definition
|
||||
|
||||
```python
|
||||
class Assembly(assembly_id: str, name: Optional[str] = None, components: Tuple[Component, ...] = (), connectors: Tuple[Connector, ...] = (), constraints: Tuple[Constraint, ...] = (), grounded_component_ids: Tuple[str, ...] = ())
|
||||
```
|
||||
|
||||
*Source: product.py*
|
||||
|
||||
## Import Surface
|
||||
|
||||
- top-level: `from simplecadapi import Assembly`
|
||||
|
||||
## Description
|
||||
|
||||
Product structure containing placed Part or subassembly components.
|
||||
Reference in New Issue
Block a user