Skip to content
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

PR: Federated Export with wrong IfcGuids #825

Open
denizmaral opened this issue Nov 20, 2024 · 3 comments
Open

PR: Federated Export with wrong IfcGuids #825

denizmaral opened this issue Nov 20, 2024 · 3 comments
Labels
problem Something isn't working

Comments

@denizmaral
Copy link

Problem Description

When I export a model with its link to same project or same IfcSite, IfcGuids are not correctly written in Ifc file. ExportIFCUtils give me actually correct guid but in the file it is something else...

grafik

WrongGuid.zip

Revit Version

2024.0.x

IFC for Revit Addon Version

24.x.x

Windows Version

11 22H2

@denizmaral denizmaral added the problem Something isn't working label Nov 20, 2024
@AngelVelezSosa
Copy link
Contributor

Hmm, this may be by design. The GUID of a wall in a linked file inside a host is different than the GUID of that wall exported separately. Why? Well, Revit allows you to link in a file multiple times - the copies can't all have the same GUID. Or is this not what you are stating?

@denizmaral
Copy link
Author

You are totally right. In that case I would love to see an overridden value, when I select a linked Element.
Fyi: @andydandy74

@denizmaral
Copy link
Author

I think it should be like that: If I have only one instance of the link => take the Guid that is shown in UI
If there are more than one instances => override Guids in UI and take those.
It's not that common, that we have many instances of a link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants