How to test geometry if it's solid or not?

if i have a list of lists with geometries, solids and meshes etc.
Is there a way to filter out only solid geometry? i can’t seem to find a way to test this, except for converting the geometry to string and matching it on string basis but that seems dumb…

Hi @Garbage_Collector you could try object type for see whitch objecttype…and for filter out i like remove if not

1 Like

As always, really helpful and very fast :slight_smile:

I used the object.type and filterbyboolmask, since i need the original list of geometries so i dont think i can use remove ifnot

1 Like

yeah or just as here

2 Likes

:man_facepalming:

I did not know you could do that haha
Thank you, that’s a lot cleaner

1 Like