You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The c++ cut_mesh has a third output I: V by 1 list of the map between Vn to original V index.
It'd be nice to have this in the python wrapper. It looks like an easy change to make but harder to make backwards compatible. Would adding an optional kwarg return_index=False be acceptable?
The text was updated successfully, but these errors were encountered:
The c++
cut_mesh
has a third outputI
: V by 1 list of the map between Vn to original V index.It'd be nice to have this in the python wrapper. It looks like an easy change to make but harder to make backwards compatible. Would adding an optional kwarg
return_index=False
be acceptable?The text was updated successfully, but these errors were encountered: