Import CAD projects and cad-router v1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# make_wire_from_edges_rwire
|
||||
|
||||
## API Definition
|
||||
|
||||
```python
|
||||
def make_wire_from_edges_rwire(edges: List[Edge]) -> Wire
|
||||
```
|
||||
|
||||
*Source: operations.py*
|
||||
|
||||
## Import Surface
|
||||
|
||||
- top-level: `from simplecadapi import make_wire_from_edges_rwire`
|
||||
|
||||
## Description
|
||||
|
||||
Create a wire from a list of connected edges.
|
||||
Reference in New Issue
Block a user