Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_execute
Method · 0.95
Calls
2
parse_xml
Method · 0.95
create_ifc
Method · 0.95
Tested by
no test coverage detected