Can anyone help me understand the difference between the output of these two nodes?
I was trying to copy sheets from a linked model to a host model using the Onion node. However, it appears that the node requires ‘Revit.Application.Document’, not ‘Autodesk.Revit.DB.Document’. How can I get the ‘Revit.Application.Document’ of a linked model?
I was trying to see if I can copy sheets from a linked model to a host model. I know that PyRevit can do it, I was wondering if it can be done in Dynamo
HI @Amir.Moeini.Sh rhythm and open mep have some nodes for convert Autodesk.Revit.DB.Document to Revit.Application.Document but i guess that node just need current Autodesk.Revit.DB.Document…
The Orchid package is very specific about what it uses, and sadly doesn’t allow for much if any interoprability between packages. I recommend seeking help via the author’s github (linked above) as they are not active in the forum.
arhhh now i understand Onion = orchid…hahaha, yeah as Cyril suggest or openmep have as well..Rhythm should have document.copy.element too not sure what kind of document it accepts, but if i remember it should support both…probably i remember wrong