-
When converting IFC files exported from VectorWorks 20 we get the following error:
```
Debugger listening on ws://127.0.0.1:9229/ae17d9a7-733d-4ea3-be1f-05c87148462e
For help, see: https://nodejs…
-
Please look at this link:
https://github.com/xeokit/xeokit-sdk/wiki/Creating-Files-for-Offline-BIM
This is an open source project for displaying IFC geometry in a web-browser. They are nowhere n…
-
When I try to convert ifc model wich has element IfcGrid without axis names, parse failing even if set `excludeTypes: ['IfcGrid']`.
Code example
````js
const {convert2xkt} = require('@xeokit/xeok…
-
XKT version: 9
node version: v14.17.0
Converted a file to STL with Blender 2.79
Conversion output:
---------
[convert2xkt] Reading input file: house.stl
[convert2xkt] Input file size: 123.48…
-
The Xeokit canvas is black in Win Chrome 85 (latest). Other browsers like Linux Chrome take the right background color. Windows Chrome not.
This example should have a light blue background but has…
-
Hello,
i'm trying to use convert2xkt with typescript but im facing some issues. When I try to import the convert2xkt function it says that convert2xkt is not a function... do you know how to use it w…
-
I'm trying this command:
```
$ node ./node_modules/@xeokit/xeokit-convert/convert2xkt.js -s foo.ifc -o hyd.xkt -l …
Moult updated
2 years ago
-
i tried to convert a las file to xkt file using the following command :
` node ./xeokit-xkt-utils-master/convert2xkt.js -s lidar.las -o lidar.xkt -l`
and i get this error :
![image](https://use…
-
## The current way of doing section plane clips
This idea is related to a possible optimization about section planes' clipping in GLSL shaders.
Right now, on all `xyzDrawShaderSource.js` files, …
-
To reproduce it:
- Go here https://xeokit.github.io/xeokit-bim-viewer/app/index.html?projectId=MAP
- Create a section plane
- Use the scrool wheel to zoom out quite far
Current behavior:
Model …