Solid.removeInternalTrianglesByRaycast()
July 1, 2026 ยท View on GitHub
Uses centroid ray tests to classify and remove interior triangles without requiring successful manifoldization.
Usage
solid.removeInternalTrianglesByRaycast();
Signature
solid.removeInternalTrianglesByRaycast()
Parameters
None.
Returns
number - Count of triangles removed.
This is a slower fallback for problematic geometry.