Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ load_data
Method
load_data
python/pymesh/aabb_tree.py:8–9 ·
view source on GitHub ↗
(self, vertices, faces)
Source
from the content-addressed store, hash-verified
6
self.__raw_tree = None
7
8
def
load_data(self, vertices, faces):
9
self.__raw_tree = PyMesh.AABBTree(vertices, faces)
10
11
def
load_mesh(self, mesh):
12
self.__raw_tree = PyMesh.AABBTree(mesh.vertices, mesh.faces)
Callers
nothing calls this directly
Calls
1
AABBTree
Method · 0.80
Tested by
no test coverage detected