engine_components icon indicating copy to clipboard operation
engine_components copied to clipboard

Fix: fix ifc properties finder relation map generation logic

Open LucienZhang opened this issue 11 months ago • 3 comments

Description

The relation map generation logic in IfcPropertiesFinder has a bug, this PR is to fix it

Additional context


What is the purpose of this pull request?

  • [x] Bug fix
  • [ ] New Feature
  • [ ] Documentation update
  • [ ] Other

Before submitting the PR, please make sure you do the following:

  • [x] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • [x] Follow the Conventional Commits v1.0.0 standard for PR naming (e.g. feat(examples): add hello-world example).
  • [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • [ ] Ideally, include relevant tests that fail without this PR but pass with it.

LucienZhang avatar Mar 26 '24 14:03 LucienZhang