-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating Voronoi partitions #8
Comments
Same question |
Hi @smrfeld - thanks for letting us know you're also interested in creating Voronoi partitions with If you're familiar with using the C++ Tetgen library and have clues on how this is done, we'd greatly appreciate your insight! |
Hi @banesullivan , Is it possible to create sphere from 3D points? Moreover, can we use the tetgen library to calculate the volume of the whole sphere and any selected partion. Thx in advance! |
Hi @ShichaoJin, thanks for your interest! Your question seems a bit unrelated to this issue about Voronoi partitions and actually something the PyVista might be able to handle without TetGen. Would you please post a new issue in the PyVista support forum (link below) with your question and an example set of points from which you'd like to create a sphere? That support forum provides a place to ask questions like yours and be able to discuss the use of all software in the PyVista ecosystem. |
Voronoi patterns are as of yet unsupported with |
Is it possible to create Voronoi partitions using this Python wrapper of Tetgen? For example, from the Tetgen website:
The text was updated successfully, but these errors were encountered: