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

Fails for models with no levels #6

Closed
MadsHolten opened this issue Dec 23, 2022 · 0 comments · Fixed by #7
Closed

Fails for models with no levels #6

MadsHolten opened this issue Dec 23, 2022 · 0 comments · Fixed by #7

Comments

@MadsHolten
Copy link
Contributor

I have some mechanical IFC models from Aveva that load fine in web-ifc. Since they don't contain levels, however, they do not work with fragments. I am looking through the code and I can see that none of the items are considered unique and hence they are handled by the processMergedItems method on the DataConverter. this._spatialStructure.itemsByFloor[instance.id] returns undefined for all instances, and that seems to create issues further down the line...

Unfortunately, I cannot share the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant