Delete all Lines shorter than specified length

i need it to only select lines that are less than 1/32" or .03125" or .79375mm
and actually they are not detail lines. they are Lines in a Profile family

This is for 3d printing, but I want to remove any segments that are smaller than the print head’s resolution.

When I get the length and compare it I’m not getting true or false. Just nulls. Should I change my project units maybe or am I missing something else?

PrintHeadPrintHead_RollyPolly_PrintHead v1.1.dyn (407.5 KB)

I’d convert the lines to dynamo then get their length.

Your parameter by name is reading, “Length : 34 …” not 34 so I’m guessing it’s not a number

You could remove the word, Length… and convert to a number

OR… is there a Rough Length or something parameter maybe? One that is a number

yeah, I’d got the name wrong on value by name, thank you

1 Like