List Flatten
Concatenates a PathList (or a single PointArray) into one PointArray. Inverse of List Partition.
Node
Interactive preview is available in the interactive reader.
How it works
Each polyline in the PathList is appended in order. A PointArray input is treated as a single path. The Paths output echoes the PathList so you can keep the grouping.
Sockets
items (in)- PointArray or PathList (via conversion). Required.
items (out)- Flattened PointArray.
paths (out)- PathList copy of the grouped polylines.