Ifc directwall shape to revit wall

Hi,

I’m working on a script which transforms an ifc directshape of a wall to an editable revit wall.
Using the wombat wall.byprofile gives me good results. The only thing it can’t do is create walls with a hole. This node needs a closed curve profile.
I wonder if you have other ideas how to do this.

Hi @d.kelfkens ,

Hard to give exact advise without seeing your work but what about first creating the wall and then afterwards creating the holes in them? Perhaps in a second script even.

1 Like

You’re absolutely right Daan!
To test the script just model a wall with a hole and see if its duplicated after running the script.
As you can see this will work on a wall whitout holes, but on a wall like below it wont work.
test wall.dyn (24.3 KB)

Now working on a pythonscript that splits the list of curves in lists of closed curves. That way I hope to create the wall and add the holes separate.