(self, context)
| 344 | ) |
| 345 | |
| 346 | def execute(self, context): |
| 347 | if not import_ifc(self.filepath, self.use_names, self.process_relations, self.blender_booleans): |
| 348 | self.report({"ERROR"}, "Unable to parse .ifc file or no geometrical entities found") |
| 349 | return {"FINISHED"} |
| 350 | |
| 351 | |
| 352 | def menu_func_import(self, context): |
nothing calls this directly
no test coverage detected