Giacomo Manzoli

Results 7 issues of Giacomo Manzoli

I'm trying to run the following query to fetch several data (type, properties and quantities) of an IfcObject given its GUID. ```json { "doublebuffer": true, "guid": "", "includes": [ {...

feature

Hi, i've noticed that `Model.load` doesn't call the callback if called with `deep=true`. i.e.: ```javascript const client = new bimserverapi.BimServerClient(SERVER_ADDRESS); // ... client.getModel( poid, roid, schema, true, // deep loadedModel...

I've tried to use the `Model` but i've notice that if i call the `load` method: ```javascript const poid = project.oid; const roid = project.lastRevisionId; const schema = project.schema; return...

I've made a simple BIMServer starting from the bimvie.ws/BIMSuferf V1 example and i like to update it to the new viewer, from where should i start? From the BIMSufer V2...

**Describe the bug** When computer running the bimvie.ws web application has an Apple Silicon processor (es: M2), the 3D model is displayed without colors. **To Reproduce** Open a project on...

After several attempts i managed to run my tests from the command line using OmnisCLI, but i think that the `README.md` procedure should be a little bit more detailed. I'm...

**BIMServer version / Environment** `1.5.150` and `1.5.157` on macOS 10.14, started from `.jar` release. **Describe the bug** `ServiceInterface.checkInFromUrlAsync` generates the wrong file name. **To Reproduce** Steps to reproduce the behavior:...

enhancement