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

Function by_guid

src/ifcopenshell-python/ifcopenshell/draw.py:109–114  ·  view source on GitHub ↗
(g)

Source from the content-addressed store, hash-verified

107):
108
109 def by_guid(g):
110 for f in files:
111 try:
112 return f.by_guid(g)
113 except:
114 pass
115
116 geom_settings = ifcopenshell.geom.settings(
117 # when not doing booleans, proper solids from shells isn't a requirement

Callers 2

mainFunction · 0.85
has_relevant_zoneFunction · 0.85

Calls 1

by_guidMethod · 0.45

Tested by

no test coverage detected