Grid

Generates a rectangular or isometric grid with the chosen number of columns and rows. Line segments connect the points, forming a vector mesh.

Interface

Inputs

ParameterDetailsPossible Types
-No Primary Input-
Grid Type

Default: Rectangular

GridType
Spacing

Default: 10 px

f64
vec2
Columns

Default: 10

u32
Rows

Default: 10

u32
Angles

Default: 30., 30

vec2

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<Vector>