Collision detection with Dynamo element (inside dynamo)

Hi everyone,

I’m working on a script that has to check the minimum floor size in front of the stairs. I used the Biomorph package to get the Revit elements within 800mm (minimum size) of the top step. Then i generated the blue cube at the top of the stair to check for collisions. However I don’t know how to check the if the cube collides with anything else…


(Revit 2021 Dynamo core 2.6.1.8786)

Thanks in advance.

Grts Cas

I guess “Geometry.DoesIntersect” node can help you with your question.

2 Likes