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

Method create_group

src/ifcclash/ifcclash/ifcclash.py:156–158  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

154 self.logger.info(f"Found clashes: {len(processed_results.keys())}")
155
156 def create_group(self, name: str) -> None:
157 self.logger.info(f"Creating group {name}")
158 self.groups[name] = {"elements": {}}
159
160 def load_ifc(self, path: str) -> ifcopenshell.file:
161 start = time.time()

Callers 1

process_clash_setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected