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 5f9a19a commit 8d92fa3Copy full SHA for 8d92fa3
src/compas/datastructures/mesh/duality.py
@@ -35,6 +35,7 @@ def mesh_dual(mesh, cls=None, boundary=0):
35
36
Examples
37
--------
38
+ >>> import compas
39
>>> from compas.datastructures import Mesh
40
>>> mesh = Mesh.from_obj(compas.get('faces.obj'))
41
>>> mesh.delete_face(11)
0 commit comments