I’m working on enhancing a script that generates hatches based on selected elements. Currently, the script only operates within the current document, and I want to extend its functionality to include elements from linked Revit documents. My initial approach, which avoids using Python, unfortunately, does not recognize the element type of a linked wall. Here’s how I’ve set it up so far, as shown in the attached screenshot.
In a perfect world it would all work with one selection node but I don’t think that is possible.
Can someone help me with a work around?