Join Wall

Hello,

How can I write a code that can automatically join the walls in the same row in both lists? or another suggestion?

Thanks

You’ll need the JoinGeometryUtils from the Revit api.
JoinGeometryUtils Class (revitapidocs.com)

1 Like


Thank you for your answer @aaronrumple .

I meant that in this field can I merge walls with the same sequence numbers in both lists at once?

Thanks

Do you want to merge item[i] from list a with item[i] from list b?
Then you could simply do this:

1 Like

Thanks it works now. @leonard.moelders

OK, if you could provide better information in detail, then we can provide better answers.
Like:

  • What kind of walls do you want to join
  • Are they touching each other
  • What is the error message you receive