DocsNodesFields

Index

The number of each element, counting from zero.

number, count, nth, every other, order, sequence, which one
Category
Fields
Outputs
field
Runs live in
no target yet

Every vertex, face or copy has a place in the order, and this hands you that number as a field.

It is how you address things without touching them one at a time: every third copy, the first ten, a colour that steps along a row. Pair it with Math set to Modulo for a repeating pattern, or with Compare to pick exactly one.

Inputs

SocketTypeWiring

Parameters

NameTypeDefaultAvailable whenWhat it does

Built with this node

See also

  • mathModulo turns the count into a repeating pattern.
  • valueRampTo turn the count into a profile that changes along a row.

Open the editor and try it