| icon | grid-round-2-plus |
|---|
Supporting operations that don't fit neatly into a single system. Sorting, partitioning, noise generation, data matching, control flow, point selection, and data cleanup all live here. These nodes handle the structural work that other systems depend on — reordering points, splitting collections, routing execution, and combining data.
| Section | Contents |
|---|---|
| discarding | Remove collections or actors — by point count, duplicates, spatial triage |
| data-matching | Collection pairing and correspondence — match rules as provider sub-nodes |
| pickers | Index-based point selection — Cherry Pick Points with picker sub-nodes |
| noise | 3D noise functions — Perlin, Simplex, and variants as point attribute writers |
| partitioning | Split collections by attribute values or partition rules |
| sorting | Point and collection sorting by attribute, distance, or custom criteria |
| control-flow | Execution routing — branching, breaking, iteration, data waiting |
| batch-actions | Apply multiple attribute writes in a single pass |
Beyond the sections above, Merge Points combines multiple point collections into a single output — the inverse of partitioning.