rhino_panel_planarity
Evaluate panel planarity on a surface grid by computing deviation of each cell's fourth corner from the plane of the first three corners, flagging cells exceeding a tolerance and summarizing max, mean, and non-planar count.
Instructions
Per-panel planarity report on a UxV grid sampled from a surface.
Each cell's planarity error = distance of the 4th corner from the
plane fitted through the first three. Cells whose error > tolerance
are flagged. The returned ``stats`` block summarises max / mean /
non-planar count for high-level reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||