tess
tess copied to clipboard
Python bindings to the voro++ library.
Hi, this is not an issue, just an information. I wrote a simple function to draw a Voronoi cell given its id and a container object from the tess library....
@wackywendell , I would like to first thank you for this package, which helped me a lot through my studies. In return, I would like to contribute to the building...
I may try to add plane cuts for cells and plane walls for containers and later provide a PR. Not all virtual walls as in #3 but for me very...
`face_orders` was define but looks like you forgot to implement it :)
I would like to know if the generated tessellation can be imported to other CAD software?
`tess` has currently wheels for `python3.7` on pypi. Would it be possible to build `python3.8` wheels so that the package is not compiled from source in systems that have migrated...
Related to #4. https://github.com/wackywendell/tess/blob/22c19df952732f9749637d1bf6d7b676b6c7b26c/tess/__init__.py#L157 On line 157 in the Container `__init__` the python code instructs voro++ to allocate space for `len(points)` *per block*, which is way too much, see [original...