File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11from .collision import mesh_mesh_collision
22from .contacts import mesh_mesh_contacts
3+
4+ __all__ = [
5+ "mesh_mesh_collision" ,
6+ "mesh_mesh_contacts" ,
7+ ]
Original file line number Diff line number Diff line change 11from collections import OrderedDict
2- from collections import deque
32from typing import Generator
43from typing import Optional
5- from typing import Type
64
75from compas .datastructures import Datastructure
86from compas .geometry import Frame
97from compas .geometry import Transformation
108from compas_model .datastructures import KDTree
119from compas_model .elements import Element
12- from compas_model .interactions import Interaction
1310from compas_model .materials import Material
1411
1512from .bvh import ElementBVH
You can’t perform that action at this time.
0 commit comments