Warning: Multiple definitions for Revit.Elements.Element found

Your issue is that you have multiple methods with the same name… Nothing to do with the Orchid package… Simply add DSCore. in front of the affected pieces of code… Start with the “Element” then do the same to the “List” etc.

That is the risk when mainly using code-blocks instead of nodes :slight_smile:
See this discussion to further understand what it is you’re facing:

4 Likes