Skip to content

Commit bcb12ba

Browse files
ADD docstring.
1 parent 8cea01f commit bcb12ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/compas_libigl/planarize.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ def quadmesh_planarize(M, kmax=500, maxdev=0.005):
3131
Notes
3232
-----
3333
The input mesh should consist of quad and triangle faces, else ValueError is raised.
34+
35+
36+
Raises
37+
-----
38+
ValueError
39+
If the input mesh contains faces other than quads or triangles.
40+
3441
"""
3542

3643
V, F = M

0 commit comments

Comments
 (0)