(self, file: ifcopenshell.file, entity: ifcopenshell.entity_instance)
| 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 | |
| 71 | def register(): |