python-mvdxml
python-mvdxml copied to clipboard
open_mvd() returns only first concept_root
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.