-
Notifications
You must be signed in to change notification settings - Fork 135
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
[Bug]: IFC files with spatial reference systems (and/or georeferenced) #495
Comments
Hi - I don't think we actually do any georeferencing in this library itself. It is possibly done by one of the tools that reads the coordinates web-ifc produces. Does the model look ok when viewed in this viewer? https://thatopen.github.io/engine_web-ifc/demo/ I.e. does what is the wrong way around look the right way around |
Hi @beachtom thanks for the response. |
Sorry I did not get a notification that you had replied from github! I only really am involved in this library so i can't really help - but I will transfer this to components and @agviegas may well be able to assist |
Hey @onderilkesever can you provide a small reproducible example / snippet of how you are loading the IFC, as well as a screenshot with the expected result vs what you get? Thanks! |
Hi @agviegas & @beachtom,
Georef -> https://drive.google.com/file/d/1R-mR17RH20AJ-2E6djFOUUxg9THLSPui/view?usp=drive_link Those two files are basically the same, but their only difference is georeferencing information(IfcProjectedCrs & IfcProjectedCrs). Try loading one or another by commenting out either lines 50 OR 51. You will realise one of the models will not appear on scene origin. Can you please help me understand which library is causing this difference and how? |
Hey @onderilkesever I think we alredy discussed this here. By default, web-ifc (our core IFC library) positions the model according to the IFC spatial structure. When using As for this specific case, I believe the cause behind the difference in the rotation is the orientation of the Closing this as I believe the library is working as expected, but feel free to ping me and I'll be happy to solve any remaining questions/doubts. |
What happened?
Hi,
I am using the library to convert an IFC file which has a spatial reference system & georeferenced to fragments group. The resulting fragments group seems to be appearing at the correct place but with the wrong orientation. But I cannot find any documentation regarding this support. So I wonder, is this a bug that supposed to be working? Can you please share what is coming from the library and what is not so that we can understand what we should be doing to support IFC files with spatial reference systems and/or georeferenced?
Thanks
Version
0.0.56
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: