https://github.com/opensourcebim/ifcopenshell-bimserver-plugin
IfcOpenShell BIMserver plugin
https://github.com/opensourcebim/ifcopenshell-bimserver-plugin
Last synced: 10 months ago
JSON representation
IfcOpenShell BIMserver plugin
- Host: GitHub
- URL: https://github.com/opensourcebim/ifcopenshell-bimserver-plugin
- Owner: opensourceBIM
- License: other
- Created: 2014-03-31T09:11:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T19:30:08.000Z (about 1 year ago)
- Last Synced: 2025-03-30T19:11:05.607Z (11 months ago)
- Language: Java
- Size: 181 MB
- Stars: 55
- Watchers: 15
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
IfcOpenShell-BIMserver-plugin
=============================
IfcOpenShell BIMserver plugin
Occasional problems and solutions
-----------------
### The 3D view does not show anything
If you see `org.bimserver.plugins.renderengine.RenderEngineException: java.io.EOFException` in the geometry generation report, have a look at [BIMserver issue #633](https://github.com/opensourceBIM/BIMserver/issues/633) for a possible reason and [solution](https://github.com/opensourceBIM/BIMserver/issues/633#issuecomment-341644945). Updating gcc and libstdc++ may solve the issue.
### Some products are missing from the 3D view
If you see `java.lang.Exception: Missing objects in model` in the geometry generation report, IfcOpenShell was not able to generate geometry for these products. This may happen when you use an older version of IfcOpenShell. In that case it may help to update IfcOpenShell to a newer version through the "build version" (previously "commit sha") plugin setting as described in [BIMserver issue #1207](https://github.com/opensourceBIM/BIMserver/issues/1207#issuecomment-878117652).