Filter Solid

Hi Everyone,
Could anyone please tell me how to filter Solid from a list which contain Solid and Arc.

Thank you very much

It should be as easy as using the “RemoveIfNot” node, but it seems to be broken. So you could try this instead:

Try “RemoveIfNot” with the string “Autodesk.Solid” instead of just “Solid.” I believe other packages are registering “Solid” and there is a conflict.

1 Like

Correct. Lunchbox’s ZT nodes are using the Solid namespace and that was interfering with it. Thanks!

1 Like

Great! thank you, @Dimitar_Venkov