Solid.mirrorAcrossPlane()

Returns a mirrored copy of the solid across a plane defined by a point and a normal.

Usage

javascript
const mirrored = solid.mirrorAcrossPlane([0, 0, 0], [1, 0, 0]);

This is useful for symmetry workflows where the original solid should remain unchanged.