Commit 3894cbb
Fix projection example imports from meshing to projection module
Functions project_mesh_on_mesh, project_points_on_mesh, pull_mesh_on_mesh,
and pull_points_on_mesh were moved to compas_cgal.projection but the example
still imported them from compas_cgal.meshing, causing ImportError.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6851fda commit 3894cbb
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments