Houdini 20.0 Nodes VOP nodes

Remove Point VOP node

Removes points from the geometry.

Since 13.0

This only works in certain VOP contexts where geometry creation is enabled. In particular, the Geometry VOP DOP, Geometry Wrangle DOP, POP VOP DOP, POP Wrangle DOP, Attrib VOP SOP, Attrib Wrangle SOP, Volume VOP SOP, Volume Wrangle SOP.

Note

All geometry creation is done after all the elements have been processed. Therefore, you cannot read from geometry you just created.

Parameters

Geometry Handle

Refers to what geometry to write to. The default of 0 means the currently processed geometry.

Point Number

This point will be removed once computation is complete.

Delete Degenerate Primitives

When enabled, all primitives referring to the removed points will be deleted if they're now degenerate (for example, closed polygons with fewer than 3 vertices or open polygons with fewer than 2 vertices).

VOP nodes