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

Missing objects in model in IFC4 #815

Closed
stestaub opened this issue Sep 4, 2018 · 3 comments
Closed

Missing objects in model in IFC4 #815

stestaub opened this issue Sep 4, 2018 · 3 comments

Comments

@stestaub
Copy link

stestaub commented Sep 4, 2018

In some of our IFC4 models, we have a lot of missing geometries, most of them are `IfcPipeSegment``.

In the geometry generation report, it says:

java.lang.Exception: Missing objects in model (145, 147, 149, 134, 151, 137, 153, 139, 141, 143)
	at org.bimserver.geometry.GeometryRunner.run(GeometryRunner.java:583)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

I checked the generated debug IFC files. If I generate the geometries for those using IfcOpenshell, it results in a correct geometry. But in BimServer they are all missing.

The model renders correctly with solibri model viewer, Although I'm not sure if its completely valid.

I've attached the Geometry Generation report.

Projekt_Lueftung_IFC4_generation_report.zip

@rubendel
Copy link
Member

Can you share the IFC4 file? IfcOpenShell has recently been updated in BIMserver, a lot less errors.

@rubendel
Copy link
Member

Can you please confirm this is still a problem in 1.5.109?

@stestaub
Copy link
Author

The issue seems to be fixed now, thank you very much!

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

No branches or pull requests

2 participants