Thomas Krijnen

Results 298 comments of Thomas Krijnen

What might help is if you pick a ifcopenshell 0.7 which is also built against occt 7.5. There are statically linked archives available here that you can copy into your...

Oh, right, the 0.6 build uses an older version, so you can use that, or as you say, use 0.7 on ubuntu 20.04. Correct, the 2nd message just stems from...

It seems you need to install `libxi-dev`. It's probably a newer dependency from a tracking a newer OCCT version that is not yet reflected in the docs.

You probably better report this at https://github.com/tpaviot/pythonocc-core I also ran into this publishing builds for my own project. What I ended up doing is not to link to the python...

This version uses webgl2, what's the info on this page https://get.webgl.org/webgl2/ ?

Yes, for some time we can expect these kind of issues (especially on Linux). I would pick this up with the community of Firefox/Chrome and see if you they can...

Let's build this together! I've created an initial prototype using the google material ui icons. https://aecgeeks.github.io/ifc-icons/ https://developers.google.com/fonts/docs/material_icons

You can use either the "API" called BimSurfer or you can just have a look at how it's implemented there https://github.com/opensourceBIM/BIMsurfer/blob/master/viewer/bimsurfer.js#L223-L226

I would just create multiple canvases and multiple instantiations of the viewer. If you need to synchronize the camera positions I would listen for the events and use the getCamera/setCamera...

I think you're right. Thanks for spotting this. I find the code hard to read to be honest. Perhaps if you already took the energy to understand what's written there...