File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ * Added ` compas_cgal.meshing.trimesh_dual ` .
13+ * Added ` compas_cgal.meshing.project_mesh_on_mesh ` .
14+ * Added ` compas_cgal.meshing.project_points_on_mesh ` .
15+ * Added ` compas_cgal.meshing.pull_mesh_on_mesh ` .
16+
1217### Changed
1318
19+ * Changed ` compas_cgal.meshing.mesh_remesh ` to ` compas_cgal.meshing.trimesh_remesh ` .
20+
1421### Removed
1522
1623
1724## [ 0.9.0] 2025-04-18
1825
1926### Added
2027
21- * Added ` compas_cgal.meshing.remesh_dual ` .
22- * Added ` compas_cgal.meshing.mesh_project ` .
23-
2428### Changed
2529
2630### Removed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ compas_cgal.meshing
88 :toctree: generated/
99 :nosignatures:
1010
11- mesh_remesh
12- remesh_dual
11+ trimesh_remesh
12+ trimesh_dual
1313 project_mesh_on_mesh
1414 project_points_on_mesh
You can’t perform that action at this time.
0 commit comments