Solid.mergeTinyFaces()

July 1, 2026 ยท View on GitHub

Renames faces whose total area is below a threshold into their largest adjacent neighbor. The solid is mutated and returned.

Usage

solid.mergeTinyFaces(0.001);

Signature

solid.mergeTinyFaces(maxArea = 0.001)

Parameters

  • maxArea (number, default 0.001) - Faces below this area are candidates for merging.

Returns

Solid - The same solid, for chaining.

Use this to simplify face labeling after aggressive edits.