Houdini 20.0 Nodes VOP nodes

Neighbors VOP node

Retrieves an array of indices to the points connected to the given point.

Since 14.5

This operator returns an array of all the points connected to the given point on the specified geometry. Connections are by edges.

The resulting array can be sent to a For-Each VOP to operate on each neighbor.

Parameters

Geometry File

Disk file to read for the geometry. Can be op:/obj/object/soppath to read live SOP geometry.

Point Number

The point number in the geometry to find neighbors of.

VOP nodes