Find parallel faces of a solid

Hello there,

I have a couple of solid geometries of some duct fittings and I want to find (filter and group together) the parallel surfaces of individual solids. What would be the optimal way to do that.

try using surface filter by orientation node from Clock Work package
image

Thanks. But all surfaces are not necessarily orthogonal.

Hi @theshysnail !
I would try that kind of process

1 Like

Thanks. It’s getting a bit messier in the first step. I’d try it when I’m free.

For now it seems to me that I could use Vector.IsParallel node with the normal vectors and run it crosswise (a bit messy) OR use some programming loops which I’m not aware of.