Ruben de Laat

Results 175 comments of Ruben de Laat

I'll quote the documentation on this first: "Import data from another BIMserver, mainly used for migrations. EXPERIMENTAL CODE!" This is not supported, as soon as I need to migrate a...

When you use the latest git version of the surfer, make sure you also use the latest git versions of BIMserver and plugins. That being said, last week I added...

SOAP support has not been tested lately. I currently see no projects in the future where I can justify spending time on this, so unless you can spend time on...

Do I understand correctly that you only want those graphic elements to be visible in the 3D view? In that case we should move this issue to the corresponding viewer...

BIMserver uses IfcOpenShell for generating the geometry. The non-zero exit code indicates that something went wrong in IfcOpenShell. Unfortunately the exit-code is also the only type of error reporting IfcOpenShell...

https://github.com/opensourceBIM/BIMserver-JavaScript-API

The JsonSerializer has not been updated a lot, in fact it should be deprecated, I just did that. The results of the streaming serializers should be the same with `doublebuffer=true`,...

This is fixed now in git head, will be in the next release.

Correct, no entities, only the IFC header, which we might have to make a query parameter as well, something like ``` "includeHeader": false ```