opensourceBIM/python-mvdxml

open_mvd() returns only first concept_root

aothms opened this issue · 0 comments

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.