Справка Houdini на русском Nodes VOP nodes

Point Cloud Farthest VOP node

This node finds the farthest query point produced by pcopen.

On this page

This node returns the maximum point distance produced by a pcopen query. For example, if 10 points are being filtered, pcfarthest will return the distance to the farthest out of these 10 points. This node corresponds to the pcfarthest VEX function.

Inputs

handle

The point cloud handle to be used for the farthest point query.

Outputs

farthest

The distance to the farthest point.

See also

VOP nodes