Import CAD projects and cad-router v1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Component
|
||||
|
||||
## Class Definition
|
||||
|
||||
```python
|
||||
class Component(component_id: str, item: AssemblyItem, placement: Placement, name: Optional[str] = None)
|
||||
```
|
||||
|
||||
*Source: product.py*
|
||||
|
||||
## Import Surface
|
||||
|
||||
- top-level: `from simplecadapi import Component`
|
||||
|
||||
## Description
|
||||
|
||||
Assembly-local instance of a Part or subassembly.
|
||||
Reference in New Issue
Block a user