Publish Linked Revit Models

Good point @Dickels112 !
I think the most logical behavior would be to expand on what we currently do already when working on a single document:

  • element 123 is being received
  • we loop through the current document to see if an element with the same id already exists
    • if not, we loop through all the linked documents as well
  • if found, we update/create/skip it based on the selected Receive Behaviour

It would probably also make sense to add a new Advanced Setting to always skip elements that belong to linked files… What do you think?