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

Method execute

src/ifcblender/io_import_scene_ifc/__init__.py:346–349  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

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
352def menu_func_import(self, context):

Callers

nothing calls this directly

Calls 2

import_ifcFunction · 0.85
reportMethod · 0.45

Tested by

no test coverage detected