opensourceBIM / opensourceBIM/python-mvdxml
open_mvd() returns only first concept_root
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 32
- Forks
- 13
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 2
Description
As a work-around people can use:
ifcopenshell.mvd.concept_root.parse(mvd_fn))
which returns a generator over the concept_roots in the file.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the open_mvd() entry point and compare its behavior with ifcopenshell.mvd.concept_root.parse(mvd_fn), which the issue identifies as a workaround. Trace how concept roots are read and add or update coverage so the result includes every concept_root in the file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100