-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug π
When i use IfcPropertiesProcessor.getProperties i get list with empty objects, instead of list of objects with properties.
I found root cause in getProperties implementation - missed await keywords;

Reproduction βΆοΈ
https://github.com/ThatOpen/engine_components/blob/main/src/ifc/IfcPropertiesProcessor/index.ts
Steps to reproduce π’
- Prepare scene with IFC model.
- Create IfcPropertiesProcessor
- Use getProperties
- Expected - list of objects with properties. Actual - list of emty objects.
System Info π»
System:
OS: Windows 11 10.0.22631
CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700K
Memory: 14.25 GB / 31.79 GB
Binaries:
Node: 20.10.0 - C:\Program Files\nodejs\node.EXE
npm: 10.2.5 - C:\Program Files\nodejs\npm.CMD
pnpm: 8.5.1 - ~\AppData\Roaming\npm\pnpm.CMD
Browsers:
Edge: Chromium (122.0.2365.80)
Internet Explorer: 11.0.22621.1
npmPackages:
openbim-components: ^1.4.4 => 1.4.15Used Package Manager π¦
npm
Error Trace/Logs π
No response
Validations β
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a repository issue and not a framework-specific issue. For example, if it's a THREE.js related bug, it should likely be reported to mrdoob/threejs instead.
- Check that this is a concrete bug. For Q&A join our Community.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working