Search code examples
pythonmeshmodeling

Python-based toolbox for generating 3D solid mesh based on implicit function


I am looking for an open-source toolbox or a python library that can generate 3D solid mesh based on implicit functions (i.e. F(x,y,z) < 0). For solid mesh, I mean, for example, tetrahedron or cube or any types of polyhedra.

The marching cubes algorithm that I am using can only generate surface mesh according to the given implicit function (i.e. F(x,y,z)=0).

If there is no existing open-source toolbox or library, I would like to know what algorithms can be used to achieve this goal.

Thank you!!


Solution

  • @HSChan. Have a look at PyMesh