Find the closest point on a geometry
ID
tool-vector-geometry-closest-point
Name
Geometry Closest Point
Group
Vector
Package
Tool
Keywords
Render
The node finds and returns the closest point on geometry to the first port and the second returns a distance between these two points.
Closest Point
Points Distance
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
geometry | Geometry | Geometry to project onto | |
point | Point | Point to project onto geometry | [0,0,0] |
Outputs
Name | Type | Description |
---|---|---|
closestPoint | Point | Point on the geometry closest to the base point |
distance | Number | Distance between base point and geometry |
parameter | Number | Parameter in curve domain of closest point |