Solid._manifoldize()
July 1, 2026 ยท View on GitHub
Internal method that builds or reuses the cached Manifold representation from the authored arrays after winding and orientation checks.
Usage
const manifold = solid._manifoldize();
Signature
solid._manifoldize()
Parameters
None.
Returns
Manifold - Cached or newly built native manifold object.
Most callers should use higher-level query, export, or boolean methods instead of calling this directly.