Hello everyone,
I need to convert from line to element in order to feed create annotation tag node (all the way to the right of the graph) from archilab into it’s element input. Can anybody help?
You wouldn’t use list levels on the list input of FilterByBoolMask. You want the normal list filtered by each sublist.
The list input would be unchanged but mask would still be @L2.
You have a list of boolean lists for each line you checked. You need to apply each of those sublists separately (@L2) to the normal geometry list (unchanged). Look into list levels and try to get a better understanding of how they work. They are incredibly important for managing lists with multiple levels.



