Find the pair of closest points between two curves
ID
tool-curve-analysis-curve-proximity
Name
Curve Proximity
Group
Curve Analysis
Package
Tool
Keywords
Render
It is a node that finds the closest point between two input curves, and it outputs the closest point on the first curve, the closest point on the second curve and the distance between the two closest points.
Control Points
Closed
Curve Length
End Points
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
curveA | Curve | First curve | |
curveB | Curve | Second curve |
Outputs
Name | Type | Description |
---|---|---|
pointA | Point | Point on curve A closest to curve B |
pointB | Point | Point on curve B closest to curve A |
distance | Number | Smallest distance between two curves |