We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test how pytetgen works with region markers.
pytetgen
-A
Follow-up from #108
The text was updated successfully, but these errors were encountered:
Region attributes are not supported by pytetgen.
Open issue on pytetgen requesting support for region attributes: pyvista/tetgen#22
Sorry, something went wrong.
The snipped below uses pytetgen to generate a tetragonal mesh. The -A flag currently does nothing.
import tetgen from nanomesh.mesh_container import TetraMesh polydata = contour.to_polydata() tgen = tetgen.TetGen(polydata) tgen.tetrahedralize(order=1, switches='pAq1.2') grid = tgen.grid tetramesh = TetraMesh.from_pyvista_unstructured_grid(grid) ## region attributes where?? tetramesh.plot_itk()
This is no longer needed with the current system in place. If pytetgen ever gets support for regions, this can be re-opened.
No branches or pull requests
Test how
pytetgen
works with region markers.-A
), can we usepytetgen
for that?pytetgen
handle region markers?Follow-up from #108
The text was updated successfully, but these errors were encountered: