nmwsharp / potpourri3d

An invigorating blend of 3D geometry tools in Python.
MIT License
414 stars 31 forks source link

On-face point input for MeshHeatMethodDistanceSolver / EdgeFlipGeodesicSolver #8

Open variant-tech opened 2 years ago

variant-tech commented 2 years ago

Hello,

Thank you for the amazing library! I was wondering if there is planned support for using any point on the mesh's surface (not exclusively vertices) as inputs for MeshHeatMethodDistanceSolver and EdgeFlipGeodesicSolver. From what I gather it's already a feature within geometry-central as SurfacePoint().

Thanks!