drufat / triangle

Python bindings to the triangle library
GNU Lesser General Public License v3.0
229 stars 53 forks source link

Add edges output #45

Closed mdarnold1 closed 4 years ago

mdarnold1 commented 4 years ago

Edges can be output from the underlying library using the "e" option. All that's required is to add the following to terms in tri.py ('edgelist', 'edges'), ('edgemarkerlist', 'edgemarkers'),

mdarnold1 commented 4 years ago

I've put in a pull request to patch this.

mdarnold1 commented 4 years ago

This has been merged - it can be closed.