List Sort¶
Functionality¶
Sort items from list based on index. It should accept any type of data from Sverchok: Vertices, Strings (Edges, Polygons) or Matrix.
Inputs¶
Takes any kind of data.
Parameters¶
Level: Set the level at which to observe the List.
Outputs¶
Depends on incoming data and can be nested. Level 0 is top level (totally zoomed out), higher levels get more granular (zooming in) until no higher level is found (atomic). The node will just reverse the data at the level selected.