rhino_uv_grid_panels
Sample a surface on a UxV grid and output the panels as a quad mesh, isocurves, or corner points for panelization.
Instructions
Sample a surface on a regular UxV grid and emit it as panels.
``output='mesh'`` writes a single quad mesh (one face per panel) to
the doc; ``'curves'`` writes count_u+count_v isocurves; ``'corners'``
only returns the (count_u+1) x (count_v+1) sample points without
writing geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||