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 15b79b0 commit 9b4c528Copy full SHA for 9b4c528
docs/api/compas_cgal.meshing.rst
@@ -9,3 +9,5 @@ compas_cgal.meshing
9
:nosignatures:
10
11
mesh_remesh
12
+ remesh_dual
13
+ mesh_project
src/compas_cgal/meshing.py
@@ -137,6 +137,7 @@ def remesh_dual(
137
-------
138
tuple
139
A tuple containing:
140
+
141
- Remeshed mesh vertices as an Nx3 numpy array.
142
- Remeshed mesh faces as an Mx3 numpy array.
143
- Dual mesh vertices as an Nx3 numpy array.
0 commit comments