Hello everyone, I want to know it is possible to use Dynamo to split wall by column.
Now, I use split element tool in Revit and delete wall that intersect the column but I want to do in once.
How can I do by using Dynamo and get the result like this:
Did you try with join geometry?
I don’t think split is available in the API so basically you need to recreate the wall(s) if not
1 Like
Yes, but it cannot split the wall.
It only joint the wall with column and show volume and area that have been change.
if you use joint geometry the volume will change.