Sorting by curve type line/arc/ etc

Hi
I’m trying to sort list of lines and arc by it’s type.
It’s probably simple but i’m new to dynamo.

Thanks for help.

Try the :snowflake:_Group By Type Class node from the Sastrugi package.

Example here:
https://sites.google.com/view/sastrugi/examples (at the bottom of the list) :wink:

You can also use “RemoveIfNot” node to sort.

1 Like

This was what I have been looking for.
Thanks for help.