hi all. How do I filter elements by boolean mask? Currently I am creating a list that if the extended ends of a lintel is non zero then return an error message. The problem is how do I get the lintel elements which have zero extended ends to filter through? I
1 Like
Looks like you’re already using it correctly. What’s the issue with it now? It should be separating the values into those that do not equal 0 and those that do.