nmwsharp / potpourri3d

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

Threshold length for curve shortening with EdgeFlipGeodesicSolver #14

Closed areiner222 closed 2 months ago

areiner222 commented 11 months ago

Thanks for this great work! I'm not an expert in 3D geometry and searched for a while until I found your geodesic path implementation. Exactly what I need!

I want to use the EdgeFlipGeodesicSolver to straighten jagged loops for mesh segmentation, but some of my loops can be reduced to a point so I think I need to set the threshold length as described in your paper. Is there any way this can be exposed with the python api?

nmwsharp commented 2 months ago

A bit delayed, but this is now added in 7b22940. New python version will be deployed soon. Thanks for the suggestion!