Houdini 20.0 Nodes VOP nodes

Point Cloud Close VOP node

This node closes a point cloud handle opened by pcopen.

Since 11.0

This node closes a point cloud handle opened by pcopen, so that the handle is no longer usable by other point cloud VOPs. It is often not necessary to explicitly introduce a pcclose VOP; however, if you iterate over a partial set of points you may need to use the pcclose VOP to avoid warnings during shader execution.

Inputs

handle

The point cloud handle to be closed.

See also

VOP nodes