Curve Endpoints#
Functionality#
This node outputs starting and ending points of the curve.
Note that for closed curves the start and the end point will coincide.
Inputs#
This node has the following input:
Curve. The curve to calculate endpoints of. This input is mandatory.
Outputs#
This node has the following outputs:
Start. The starting point of the curve.
End. The end point of the curve.
Example of usage#
Visualize end points of some curve (old example):

Generator-> Random Vector
Curves-> Cubic Spline
Curves-> Evaluate Curve
Viz-> Viewer Draw
Refactor of old example#
Generator-> Random Vector
Curves-> Cubic Spline
List->List Main-> List Join
Viz-> Viewer Draw
Viz-> Viewer Draw Curve