xeokit / xeokit-xkt-utils

Deprecated JavaScript tools to generate .XKT files; replaced by https://github.com/xeokit/xeokit-convert
Other
10 stars 9 forks source link

IfcProxy missing in geometry loading #34

Open pbbr opened 2 years ago

pbbr commented 2 years ago

We've recognized that IfcProxy geometries are missing in flatMashes after the geometry loading with web-ifc: const flatMeshes = ctx.ifcAPI.LoadAllGeometry(ctx.modelID);

When the same ifc model is loaded in the web-ifc-example viewer (https://tomvandig.github.io/web-ifc/examples/viewer/index.html), all IfcProxy geometries are there. Futhermore, if we rename the "IfcProxy" objects with e.g. "IfcWall", the geometries are also loading.

@xeolabs Do you have any idea how to solve this?