MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / execute

Method execute

src/ifc4d/ifc4d/msp2ifc.py:44–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 self.RESOURCE_TYPES_MAPPING = {"1": "LABOR", "0": "MATERIAL", "2": None}
43
44 def execute(self):
45 self.parse_xml()
46 self.create_ifc()
47
48 def parse_xml(self):
49 tree = ET.parse(self.xml)

Callers 1

_executeMethod · 0.95

Calls 2

parse_xmlMethod · 0.95
create_ifcMethod · 0.95

Tested by

no test coverage detected