Filter list of curves by curve length

Hi folks. Another newbie here that could use some direction. I have a list of curves and want to filter out the short ones, say less than 6". I have the list of curve lengths, but can’t seem to figure out how to filter out the short ones. What node(s) should I be looking for?

Thanks,

Jerrold

like this

there are plenty of posts of FilterByBoolMask- a common mistake is using the wrong input- it usually needs to have a list input of the geometry or model element, whereas the mask is the value (length) true/false

2 Likes

Thanks Andrew. Exactly what I needed! Appreciate your time and help!