Maciej Główka
Blog Games Contact

← Return to Blog Index

linkedRoomBoundaries-1.png
Dec. 11, 2019

Hosts from linked files

revit api dynamo

Recently there has been a question asked on the Dynamo forums about placing elements on linked hosts in Revit. After some digging it occurred that it is possible with some “reference stable representation” tinkering. Actually, the reference conversion process is similar as in the case of linked element dimensioning. It has been described in detail in an earlier post: http://lubim.co/2019/02/12/dimensioning-elements-from-linked-files-with-dynamo/

In this very case the task was to place a family instance on the bottom surface of the linked ceiling. Script presented below takes every host element provided in the input and finds its bottom face. Next a linked reference to the face is constructed. And that is the entire trick. After that we are able to create the family instance in the same way as it would be on a in-document host.

← Tagging on multiple views with Dynamo Floors with holes in Dynamo→