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

Method process_ifc

src/ifcsverchok/nodes/ifc/add.py:66–68  ·  view source on GitHub ↗
(self, file: ifcopenshell.file, entity: ifcopenshell.entity_instance)

Source from the content-addressed store, hash-verified

64 self.outputs["entity"].sv_set([self.entity_out])
65
66 def process_ifc(self, file: ifcopenshell.file, entity: ifcopenshell.entity_instance) -> None:
67 self.entity_out.append(file.add(entity))
68 self.file_out.append(file)
69
70
71def register():

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected