Skip to main content

Grid Distribution

Intro

Position points in a grid layout.

UI

Count - Set the number of points [x,y].

Size - Set the distance to distribute the points over depending on the Size Mode.

Pattern Offset - Set a value to offset every other row/column. [x,y].

Size Mode - Determine how the Size attribute is used:

  • Fit - Distribute points within the Size values.
  • Step - The Size values determine the gaps between each point.

Direction - Determine whether points are ordered in rows or columns.

  • Flow Columns - Points are ordered from left to right then bottom to top.
  • Flow Rows - Points are ordered from bottom to top then left to right.
info

Points are ordered from bottom left to top right by default. Use negative Size values to order shapes from top to bottom or right to left instead.