Im trying to get the GUID from my Revit model using Dynamo. I keep getting the error “No module named Element”. Can someone guide me in the right direction?
Im still very new to Dynamo/Python, so bear with me
If you want to get the Id or the UniqueId - there are OOTB nodes for that. If you’re looking for the IfcGUID that is (optionally) stored during IFC export (or always when linking/importing an IFC), you can do that by querying that parameter (also with an OOTB node). I really don’t see a need for using Python.