18 lines
293 B
Markdown
18 lines
293 B
Markdown
# sweep_rsolid
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def sweep_rsolid(profile: Face, path: Wire, is_frenet: bool = False) -> Solid
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import sweep_rsolid`
|
|
|
|
## Description
|
|
|
|
Create a solid by sweeping a profile along a path.
|