Houdini 20.0 Nodes VOP nodes

Remove Primitive VOP node

Since 13.0

Remove Primitive removes primitives from the geometry.

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.

Primitive Number

This primitive will be removed once computation is complete.

Remove Points as Well

If any of the primitive’s points are no longer owned by any other primitive, they will be deleted as well if this option is set.

VOP nodes