Houdini 20.0 Nodes APEX Nodes

geo::ForEachPointEnd

Define the end of a for each point loop.

On this page
Since 20.0

Define the end of a for each loop over the points in a geometry.

The geo ports of this callback are in-place ports. This means that the geometry is updated without creating a copy.

Inputs

scope: undefined

Used to define the scope of the for each loop. Must be wired to the scope output of the corresponding ForEachPointBegin node.

*geo: Geometry Required

The geometry which points are being iterated over. This should be connected to the geo output of the ForEachPointBegin node.

element: Int
spare

Extra inputs for use within the block. If a spare input on the ForEachPointEnd matches the name of a spare input on the corresponding ForEachPointBegin node, the value will be fedback each iteration.

Outputs

*geo: Geometry

The geo input which points were iterated over.

spare

Pass-through of corresponding input for use within the block.

APEX Nodes