BVH.from_meshes
- classmethod BVH.from_meshes(meshes, nodetype=<class 'compas_model.datastructures.bvh.AABBNode'>, max_depth=None, leafsize=1)
Construct a BVH from a collection of meshes.
- Parameters:
- Returns:
Construct a BVH from a collection of meshes.