Check if Revit wall exists at point

I am trying to create a script to check if a wall exists at a certain point and if it doesn’t exist to create it. Is there a way to check the existence of a wall by location or point?

Welcome to the Dynamo forums.

What have you tried to create so far? Do you have any attempts that you can share? Any warnings that come up?

Please check the following forum posts that may help you:

2 Likes

Thank you very much for your help. I ended using the Geometry of the revit walls, check the distance and if the distance between the Dynamo Geometry and the point == 0, then it did not create a new wall at that point.