18 lines
359 B
Markdown
18 lines
359 B
Markdown
# make_helix_rwire
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def make_helix_rwire(pitch: float, height: float, radius: float, center: Tuple[float, float, float] = (0, 0, 0), dir: Tuple[float, float, float] = (0, 0, 1)) -> Wire
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import make_helix_rwire`
|
|
|
|
## Description
|
|
|
|
Create a helix wire.
|