'different geometry in SVF and SVF2

We have an IFC file that is converted in SVF and SVF2. We noticed that the same beam has different geometry in both formats (see picture The SVF2 geometry is wrong (the beam is rotated or mirrored). I will send the IFC to forge (dot) help (at) autodesk (dot) com



Solution 1:[1]

SVF2 barely reduces the number of geometry instances for this model: SVF: 18015 geometries SVF2: 17037 geometries Since SVF2 loads every geometry individually via a websocket, it takes much longer if the number of instances isn't much smaller compared to SVF.

Add an extra querying string disableWebSocket=true to your website URL e.g. http://localhost:8000?disableWebSocket=true

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Deepali Srivastava