Point Cloud Farthest VEX node

This node finds the farthest query point produced by pcopen.

All Inputs Outputs

See also: Point Cloud Open, pcfarthest

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.

Usages in other examples

Example name Example for