Files
2026-07-22 13:48:46 +08:00

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.