- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I want to make a system which identify Revit files. I thought about using the projetInformation GUID but it seems when you save-as the new projetInformation has the same GUID than the previous one. Too, when I generate two files using the same Revit Template, the two files have the same projetInformation GUID.
Am I missing something ? Is there another GUID for the model I didn't see ?
Thank you
EDIT : What worked for me : Using "ExporterIFCUtils.CreateProjectLevelGUID(doc, IFCProjectLevelGUIDType.Project)" is a good way to identify models if they are created using templates. If models are created by save-as or copy-paste, you need to add something else to identify a model like the fileName or the fullPath.
Solved! Go to Solution.