opensourceBIM / python-mvdxml

A mvdXML checker and w3c SPARQL converter, as an IfcOpenShell submodule or stand-alone.
GNU Lesser General Public License v3.0
33 stars 12 forks source link

open_mvd() returns only first concept_root #12

Open aothms opened 3 years ago

aothms commented 3 years ago

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.