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

18 lines
321 B
Markdown

# shell_rsolid
## API Definition
```python
def shell_rsolid(solid: Solid, faces_to_remove: Union[Sequence[Face], ShapeSelector], thickness: ScalarLike) -> Solid
```
*Source: operations.py*
## Import Surface
- top-level: `from simplecadapi import shell_rsolid`
## Description
Shell a solid to create a hollow part.