Files
cadSet/SimpleCADAPI/docs/core/shell.md
2026-07-22 19:38:36 +08:00

365 B

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:

shelled = shell_rsolid(solid, faces_to_remove, thickness)

See shell_rsolid for the stable public operation.