xeokit-convert icon indicating copy to clipboard operation
xeokit-convert copied to clipboard

Convert various AEC model formats for efficient viewing in the browser with xeokit.

Results 68 xeokit-convert issues
Sort by recently updated
recently updated
newest added

https://github.com/xeokit/xeokit-convert/issues/158

Hi, currently it is not possible to update **web-ifc** to the latest version. In fact, after updating the library version in the package.json file, the conversion of the IFC files...

make convert2xkt globally executable in node by calling the `convert2xkt` command

As mentioned in #154, I'm getting an error of type: `Cannot read properties of undefined (reading 'IfcAPI')` this is my configuration: ```js import { paths } from "./server-helpers"; import {...

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...

I have a IFC with size of 650MB which I want to convert and use in XKT format. Here is what I have done: **Step 1: Used ifc2gltfcxconverter (version 3.1)...

We are frequently getting users complaining of this error, which is simply NodeJs trying to load an entire geometry buffer attachment into an array that exceeds JavaScript's max size ability....

I convert my IFC model to XKT using: ` **node convert2xkt.js -s Duplex.ifc -o Duplex.xkt -l**` Then I visualize the XKT with xeokit-bim-viewer, all property sets of type IFCBOOLEAN are...

Add an `externalMetadata` option for use when converting `.gltf` and `.glb` source files that are accompanied by metadata `.json` files. This will cause the metadata JSON files to not be...