Category: Geometric Operations
Kind: Operation
Tags: Pull, Nearest
Description: Get the closest point on a geometry to a point
Inputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Cartesian | Item | The geometry |
Point | P | Vector | Item | The point |
Outputs
Name | Abbreviation | Type | Access | Description |
Point | P | Vector | Item | The closest point |
Distance | D | Number | Item | The distance between the feature and the point |
How to
Feed in a feature to the Feature connector
This could be from Rad Feature node, or a feature result of any other node.
Feed in a vector point to the Point connector
The result is the closest point on the Feature to the supplied point
Calculation:


