Skip to content
New issue

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

Add the binding for getting all of the boundary loops #220

Open
QhelDIV opened this issue Dec 25, 2023 · 0 comments
Open

Add the binding for getting all of the boundary loops #220

QhelDIV opened this issue Dec 25, 2023 · 0 comments

Comments

@QhelDIV
Copy link

QhelDIV commented Dec 25, 2023

Hi, thanks for the great work! (I am using libigl in a daily basis)

In the cpp implementation the boundary_loop function has two overloads:
One returns all of the loops, the other only returns the largest loop.

It seems in the python-binding only the latter overload has a python API.
I wonder if it is possible to also expose the first overload to python?
Currently, I have to use igl.boundary_facets first and use scipy's sparse graph utilities to do the same thing.
If the libigl python binding can support this, it would be much more convenient, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant