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

Method execute

src/bonsai/scripts/obj2ifc-meshlab.py:43–47  ·  view source on GitHub ↗
(self, version="IFC4")

Source from the content-addressed store, hash-verified

41 self.basename = Path(outfile).stem
42
43 def execute(self, version="IFC4"):
44 self.create_ifc_file(version)
45 for path in self.paths:
46 self.path = path
47 self._execute()
48
49 def _execute(self):
50 mesh_set = pymeshlab.MeshSet()

Callers 1

obj2ifc-meshlab.pyFile · 0.45

Calls 2

create_ifc_fileMethod · 0.95
_executeMethod · 0.95

Tested by

no test coverage detected