MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / __init__

Method __init__

python/pymesh/aabb_tree.py:47–48  ·  view source on GitHub ↗
(self, engine_name="auto", dim=3)

Source from the content-addressed store, hash-verified

45 available_engines = PyMesh.BVHEngine.available_engines
46
47 def __init__(self, engine_name="auto", dim=3):
48 self.__raw_bvh = PyMesh.BVHEngine.create(engine_name, dim)
49
50 def load_data(self, vertices, faces):
51 self.__raw_bvh.set_mesh(vertices, faces)

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected