Solid.simplify()
Calls Manifold simplification and updates the current solid. Depending on updateInPlace, it returns either this or a rebuilt Solid.
Usage
javascript
const simplified = solid.simplify(0.5);
solid.simplify(0.5, true);Simplification runs directly on the current manifold and preserves the normal face-boundary behavior of that path.
Read the return behavior carefully before chaining.