hi
I need to get as list which will contain all polylines on the specified layer. How to do that?
What have you tried so far?
My workflow would be
- Get all polylines
- Get their layers
- Filter by bool mask and use the == node and ask for the layer name.
Output from the Filter by bool mask should give you the polylines you want.
3 Likes
How to get all polylines (the first step) ?
got it
1 Like
Great.
And then there is a node (not at my computer), Layer.Object (I think)
3 Likes