python-mvdxml icon indicating copy to clipboard operation
python-mvdxml copied to clipboard

open_mvd() returns only first concept_root

Open aothms opened this issue 4 years ago • 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.

aothms avatar Feb 20 '21 12:02 aothms