Use the grid fill transform to fill a polygon with evenly-spaced points on a grid.
Grid Fill is a more complex transform. Grid Fill can be used to create structural column grids, or anything that is evenly spaced on a grid. Use Random Fill for “natural” use cases, like a forest.
Category: Dendrogram Kind: Operation Description: Legacy dendrogram node for grid fill
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Input | I | Feature | Item | The input data |
Transform | T | Object | Item | Transform controls (overridden by individual parameters) |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
X Line | X | Object | List | The xline output |
Y Line | Y | Object | List | The yline output |
Outline | O | Object | List | The outline output |
Point | P | Object | List | The point output |
Merged | M | Object | List | The merged output |
Draw a polygon or rectangle
Add the grid fill
Adjust the grid fill settings in the Properties Palette
Attach a write features to the outputs you want.
You may need to further process the outputs by adding offset polygon or Usages to the geometries.
Here, an offset polygon is added to the points to turn them into a column-like model:
Points
Lines
Spacing
Offset
Reference
Grid Fill is a more complex transform. It can have multiple outputs depending on what you’ve toggled on.