Looking for an algorithm that either lists all line lengths or selects all lines under a certain length

I’m receiving the error “Object reference not set to an instance of an object” due to one or more lines being too short. Problem is, I have hundreds to thousands of lines and I’d, therefore, prefer not to go through every line individually and type “distance.” Any ideas, anyone?


RemoveSmall.gh (5.0 KB)