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

Method clash

src/ifcclash/ifcclash/ifcclash.py:89–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 self.tree = None
88
89 def clash(self) -> None:
90 for clash_set in self.clash_sets:
91 self.process_clash_set(clash_set)
92
93 def process_clash_set(self, clash_set: ClashSet) -> None:
94 self.tree = ifcopenshell.geom.tree()

Callers 4

executeMethod · 0.95
__main__.pyFile · 0.80
ifc_clashMethod · 0.80
mainFunction · 0.80

Calls 1

process_clash_setMethod · 0.95

Tested by

no test coverage detected