Seperate Corridor Solids in Dynamo

Hello.

Has someone an idea if i can seperate the solid, which i got from a corridor, into individual parts in dynamo?
The “Solid.Seperate”-Node doesn’t work

Hi @genossealex,

There’s a Solid.SplitByPlanes node that you could try. It splits the solids in model space, not in Dynamo.

thank you for that.
image

I tried a little bit…
But at the moment i have no idea how to get the planes.

Yeah, that will be the tricky part :slight_smile:

You mentioned that these are corridor solids? If you have the corridor in the same model as the solids, then you could use some nodes to get coordinate systems along the corridor baselines/feature lines and then get the planes from those.