Skip to content

Commit 1cd56e8

Browse files
committed
update projection import
1 parent f7b9d0e commit 1cd56e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_projection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pathlib import Path
22
from compas.datastructures import Mesh
3-
from compas_cgal.meshing import project_mesh_on_mesh, pull_mesh_on_mesh
3+
from compas_cgal.projection import project_mesh_on_mesh, pull_mesh_on_mesh
44

55

66
def mesh_projection():

0 commit comments

Comments
 (0)