grid_fill
Fill a closed edge loop with a clean quad grid to maintain good topology in 3D mesh modeling.
Instructions
Fill a closed edge loop with a grid of quads.
Creates a clean quad grid between edge loops. Better than fill_faces for maintaining good topology.
Args: object_name: Name of the mesh object. span: Number of grid columns. Range: 1-1000. offset: Offset for the grid alignment. Range: 0-1000.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| span | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||