I´m trying to get the elements from linked model by the following code…Everything works fine but in “Elements from linked file in room” node from archi.lab package, seems does not work and return null.
What im doing is to get the walls from the link model by the rooms in the local model, then create wall finish by room
Any idea?.
Im working with Revit 2019.2 and dynamo 2.0.3.8811
Im doing exactly as you did in this post and return null
Im working with Revit 2019.2 and dynamo 2.0.3.8811
My guess is that its a list problem. Double click the node and copy the python to the canvas. Run your wires to the python node and rerun. It may give you an error or more information.
Sure…im working with Bimorphnodes and i think the BoundingBox.GetElementsInside might be what im looking for, im still working on it to get to the finall solution, my only issue now is to transform the link walls to local, as you can see in the second image, the node gives me the solution by using LinkElement.ofCategoryInDocument to resolve, otherwise gets null