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

A mvdXML checker and w3c SPARQL converter, as an IfcOpenShell submodule or stand-alone.

Results 4 python-mvdxml issues
Sort by recently updated
recently updated
newest added

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.

Throw error when not available in export_to_xlsx() Don't hardcode on `spreadsheet_output/` path. If users want it in that path let them specify it as part of `xlsx_name`

I tried running this with python 3.6.1 and got the following error: from . import mvdxml_expression ImportError: cannot import name 'mvdxml_expression' Im running it from within the folder. Have any...