Solid._isCoherentlyOrientedManifold()
July 1, 2026 ยท View on GitHub
Internal check that reports whether the authored triangles currently form a coherently oriented manifold.
Usage
const ok = solid._isCoherentlyOrientedManifold();
Signature
solid._isCoherentlyOrientedManifold()
Parameters
None.
Returns
boolean - Whether the authored mesh is coherently oriented.
This is mainly useful for debugging authoring and repair logic.