-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is IFC guid stored? #100
Comments
The GUID is expected to be stable, but this checkbox future-proofs against any necessary (or unexpected) changes based on a newer version of the IFC. It isn't necessary, which is why it is in the Advanced tab. |
Thanks! Is it possible to figure out the Revit element that correspond to a certain guid if the option was not checked during export? Is there a mapping saved somewhere else or is the IFC guid based on revits unique id somwhow? We want to parse a bcf file and get the elements in Revit based the IFC guids stored in the file. |
The general way to generate the GUID is to use a base GUID and XOR with the element id. But not sure you have access to that GUID in BCF. The element id isn't in the tag in BCF? |
I guess we can look up the element id in the IFC file by the GUID from BCF. Thanks for the info Angel! |
Please be aware of changing GUID's when changing the phase, see #65. |
Is the IFC-GUID stored in Revit unless you check the following checkbox?
Is the GUID expected to be stable in the future exports of the same element if it's not strored as a parameter in Revit?
The text was updated successfully, but these errors were encountered: