Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 365 Bytes

File metadata and controls

12 lines (8 loc) · 365 Bytes

Solid.removeInternalTriangles()

Rebuilds the authored arrays from the manifold exterior so internal triangles are removed. If needed, it falls back to alternate classifiers.

Usage

solid.removeInternalTriangles();
solid.removeInternalTriangles({ fallback: 'raycast' });

Use this to strip hidden internal faces from imported or booleaned meshes.