We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2c6ff commit 1368660Copy full SHA for 1368660
src/compas_model/models/bvh.py
@@ -80,7 +80,7 @@ def nearest_neighbors(
80
81
"""
82
nnbrs = []
83
- box = element.compute_obb(inflate=1.2)
+ box = element.compute_aabb(inflate=1.2)
84
for node in self.intersect_box(box):
85
if node.is_leaf:
86
nbr = node.objects[0][2]
0 commit comments