Hello,
i broke one cruzial rule:
- Revit_Id is not stable
Revit ID / GUID - #2 by Konrad_K_Sobon - Packages - Dynamo
I recognized, that i go weard fillings. One day in runs well and the other not… even in the documentation
it is explaned.
We use a multiuser shared Model on BIM360…
i did some success in dynamo to navigate to using IfcGUID dictionary
i will try write a clean python script based on that.
here is the script, it runs stable, BUT only for this certain excel…
any ideas how to migrate that to python
evem when it is just partly i use allready filtered element collector
and a nice oneliner like this
OUT = [ i for i in elements if i isInstance(i, str)] # 🎯 filter out anything thats no a string