andy-wrks
andy-wrks
As discussed in the Discord today, I'm uploading some sample geometry that fails to convert in the current build. For context: According to the discussion, this could be a regression...
Hi, thanks for the great work on webIFC! We fail to retrieve the raw data for some entities via ifcAPI.GetLine(modelID, expressID). This happens for example with IfcElectricDistributionPoint entities. My base...
### What happened? This is an isolated IfcRoof element from a larger file, modeled with ArchiCAD 26. web-ifc gets stuck while producing the geometry, with one CPU core on full...
### What happened? I attached a sample file with 4 slanted roof elements, each with 2 holes in them. The elements fail to be converted to closed volumes (see screenshots...
The sample file contains an IfcSlab with an IfcCovering on top of it. The IfcCovering is an aggregate element and consists of two IfcBuildingElementParts. These two IfcBuildingElementParts should each have...
### Describe the bug 📝 The documentation for this setting states: "Generate the geometry for categories that are not included by default, like IFCSPACE." However, IfcSpaces are included by default...
### Describe the bug 📝 It seems that the setting ifcLoader.settings.includeProperties isn't respected when loading an IFC file. It could be that the bug is in the code below. It...
### What happens? I'm using DuckDB Wasm 1.29.0 through JavaScript in the browser (Chrome). I create some tables in the "memory" database and populate them with data from various sources....
### What happened? When `IFCINTEGER(0)` occurs inside a list in an IFC file, it results in a `null` value instead of the usual value object in JavaScript. Example: all of...
### What is your idea? Currently the wasm file is registered via a path: ...settings.wasm.path = wasmPath; This is problematic when using bundlers, which usually rely on bundling specific files...