Solid._expandTriIDsFromMesh()

Static helper that expands a Manifold mesh's faceID data into a plain JavaScript array.

Usage

javascript
const ids = Solid._expandTriIDsFromMesh(mesh);

This is used when reconstructing Solid instances from Manifold output.