Thanks to visit codestin.com
Credit goes to github.com

Skip to content

e3dEF/python-mvdxml

 
 

Repository files navigation

python-mvdxml

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

Quickstart

import ifcopenshell
from ifcopenshell.mvd import mvd 

mvd_concept = mvd.open_mvd(wall_extraction.mvdxml)
file = ifcopenshell.open(your_ifc_file.ifc)

all_data = mvd.get_data(mvd_concept, file, spreadsheet_export=True)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%