rhino_surface_developable_score
Calculates how far a surface deviates from developable by measuring normal variation across a sample grid. Returns max, mean, RMS deviation, and a normalized score (0 = fully developable).
Instructions
Estimate how far a surface deviates from being developable.
Samples a (sample_u+1) x (sample_v+1) grid of normals; for each
interior 2x2 block computes the maximum angle (in radians) between
adjacent normals. Reports max / mean / RMS over the whole sheet
plus a 0..1 normalised score (0 = perfectly developable,
1 = π/2 normal swing within a single cell).
A truly developable surface (cone, cylinder, plane) returns ~0;
a sphere section returns a positive value proportional to the
spanned solid angle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||