Neighbour Count VEX node

Calculates the number of points connected to the given point.

See also: For Loop, Import Attribute, Neighbour

This operator calculates the number of points connected to the given point. It returns the number of such points, which can then be queried individually using Neighbour and Import Attribute inside a For-Loop.

Possible reasons for failure include:

No input connected to the specified OP index.
        The point number is out of range for the given index.

Usages in other examples

Example name Example for