Join curves
Joins curve ends using a distance threshold.
Inputs
- 
geometry
- Accepts a single geometry connection (unless the SHIFT key is held).
 
 - 
tolerance
- The value that defines the maximum distance by which two curves will be joined.
 
 - 
delete last point
- Sets whether to delete the last point of every joined curve or not.
 
 
Outputs
- 
geometry
- Output primitives.
 
 - 
points
- The list of points of the output primitives.
 
 - 
points.x
- The list of x values of the points of the output primitives.
 
 - 
points.y
- The list of y values of the points of the output primitives.
 
 - 
points.z
- The list of z values of the points of the output primitives.
 
 
Note(s)
- 
The tolerance unit will be the set unit of the graph.
 - 
Other names for this node include: JoinCurves, Merge curves, Connect curves, and Combine curves.