Houdini 22.0 Nodes Copernicus nodes

Point Delete Copernicus node

Deletes points from a point cloud geometry.

On this page
Since 22.0

This node removes points from the provided geometry. The resulting geometry is always a point cloud - any primitives on the input are not carried over.

Parameters

Delete Attribute

An integer point attribute that determines if the point should be removed. If it is zero, the point is kept. Otherwise it is removed.

Inputs

points

A geometry input of the original points, a subset of these will be output.

dead

An optional integer attribute specifying which points to delete. Should be the same length as the point count of the first input. Corresponding entries of value zero will be kept in the output.

Outputs

points

A copy of the input points, containing only the points with a zero for the deletion attribute.

See also

Copernicus nodes