first commit

This commit is contained in:
2026-07-22 13:48:46 +08:00
commit c87751c3dc
2820 changed files with 726976 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Shell
`Shell` is not part of the stable SimpleCADAPI 2.0 beta public wrapper surface.
Use `Face` for bounded surfaces and `Solid` for closed 3D bodies. For thin-walled parts, use the public feature operation:
```python
shelled = shell_rsolid(solid, faces_to_remove, thickness)
```
See [`shell_rsolid`](../api/shell_rsolid.md) for the stable public operation.