Import CAD projects and cad-router v1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# make_segment_rwire
|
||||
|
||||
## API Definition
|
||||
|
||||
```python
|
||||
def make_segment_rwire(start: Tuple[float, float, float], end: Tuple[float, float, float]) -> Wire
|
||||
```
|
||||
|
||||
*Source: operations.py*
|
||||
|
||||
## Import Surface
|
||||
|
||||
- top-level: `from simplecadapi import make_segment_rwire`
|
||||
|
||||
## Description
|
||||
|
||||
Create a wire containing a single straight segment.
|
||||
Reference in New Issue
Block a user