I have a list of curves and want to sort this by its starting points z-level. How do I accomplish this?
List.Sort by key where the list is the curves and the list keys are the Z values.
Get the Z values by using Curve.StartPoint and Point.Z.
Set the list level to @L2 for the list and key input of the SortByKey node.
Don’t forget to mark solutions! ![]()
