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

Method ev

src/exterior-shell-extractor/main.py:928–933  ·  view source on GitHub ↗
(i_elem_ps)

Source from the content-addressed store, hash-verified

926
927 def evaluate_mt(self, data):
928 def ev(i_elem_ps):
929 i, (elem, ps) = i_elem_ps
930 v = ps[0].solid_mt()
931 if self.settings.debug:
932 self.write_obj(f"{elem.GlobalId}_{i}.obj", item=v)
933 return (elem, v)
934 # yield from map(ev, data.convex_halfspace_trees)
935 # return
936 with concurrent.futures.ThreadPoolExecutor(max_workers=4) as executor:

Callers

nothing calls this directly

Calls 1

write_objMethod · 0.95

Tested by

no test coverage detected