You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the error I get when generating the planViews(): set maxim size exceeded
I'm using the block of code used in the course for floorplan generation and it was working well in any other file except the IFC file attached with this issue:
Hi! We'll take a look when we can, but right now we are focusing all our efforts into the components library, which is quite similar but it's much more powerful, more robust and probably the substitution of both web-ifc-viewer and web-ifc-three in the near future. Maybe you should check it out!
That's awesome @agviegas ! I thought this would be released on September. I will take a look at OBC library then.
Thanks much for pointing me to this resource!
Hi folks,
this is the error I get when generating the planViews(): set maxim size exceeded
I'm using the block of code used in the course for floorplan generation and it was working well in any other file except the IFC file attached with this issue:
await viewer.plans.computeAllPlanViews(model.modelID); ... viewer.edges.create("example", model.modelID, lineMaterial, baseMaterial); ...
here is the link to test the IFC file: (name: ARQ Aramburu.ifc)
https://drive.google.com/drive/folders/1nQQJVLWHGw0kLYgXPhd6MnKzCfJonYCb?usp=sharing
dependencies:
"dependencies": {
"three": "^0.135.0",
"web-ifc-viewer": "^1.0.218"
},
The text was updated successfully, but these errors were encountered: