opensourceBIM / GltfSerializers

BIMserver that converts a model to binary glTF
17 stars 10 forks source link

After using the query to query and download the model, the model cannot be opened and only 3kb #5

Closed Bigwangjing closed 5 years ago

Bigwangjing commented 5 years ago

Hello,I am using bimserver for the first time. I encountered a problem when I was using bimviews. I am using the query that comes with bimviews to get some models, for example, I choose AllWalls to generate a query and get a model, then choose to download (glb file), and finally get a glb file that can not be viewed (only 3kb ) The version of bimserver I am using is 1.5.111, and the version of bimviews is 0.0.111. Is this a plugin problem or is there a problem with the query? Below is the content of the automatically generated query { "type": { "name": "IfcWall", "includeAllSubTypes": true } }

rubendel commented 5 years ago

This is now fixed in git head master, also had to change a few things in BIMserver itself, will be in the next developers release.