Solid.surfaceArea()
July 1, 2026 ยท View on GitHub
Computes total surface area from the manifold mesh.
Usage
const area = solid.surfaceArea();
Signature
solid.surfaceArea()
Parameters
None.
Returns
number - Total surface area from the current manifold mesh.
Use this for reporting, validation, or feature heuristics.