Filter Elements Based In Less Than or Greater Than

I’m looking to filter my pipe accessories elements based on whether or not they are above or below the wall height (8 ft). Then I need to apply a comment to them depending on which they fall under. I’ve managed to get their offsets, but now how do I filter those offsets into two categories: less than or greater than?

Use a Less Than or Greater Than node and List.FilterByBoolMask to filter the elements (not the values) by whether or not they meet the Less/Greater Than condition.

What do you mean by filter the elements and not the values? This is what I have, but it’s not working.

You need numbers (doubles) not strings :slight_smile:

1 Like

2 Likes