Skip to content

Commit 9b4c528

Browse files
DOCS and DOCSTRINGS
1 parent 15b79b0 commit 9b4c528

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/api/compas_cgal.meshing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ compas_cgal.meshing
99
:nosignatures:
1010

1111
mesh_remesh
12+
remesh_dual
13+
mesh_project

src/compas_cgal/meshing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def remesh_dual(
137137
-------
138138
tuple
139139
A tuple containing:
140+
140141
- Remeshed mesh vertices as an Nx3 numpy array.
141142
- Remeshed mesh faces as an Mx3 numpy array.
142143
- Dual mesh vertices as an Nx3 numpy array.

0 commit comments

Comments
 (0)