libigl-python-bindings icon indicating copy to clipboard operation
libigl-python-bindings copied to clipboard

Function all_boundary_loop not available

Open ThomasAuzinger opened this issue 5 years ago • 1 comments

When trying to use the function all_boundary_loop (as defined in boundary_loop.cpp#71), I get the error message AttributeError: module 'igl' has no attribute 'all_boundary_loop'.

Strangely, this function is also not listed in the documentation (see libigl-python-bindings/igl_docs/#functions) although it is defined in the code file mentioned above and also takes part in the basic tests (see test_basic.py#L554.

How would I be able to use this function?

ThomasAuzinger avatar Oct 03 '20 18:10 ThomasAuzinger

Which version are you using? conda list igl Latest version is 2.2.1 from 11 days ago.

Before (e.g. version 2.2.0) it was called l=boundary_loop(f): https://github.com/libigl/libigl-python-bindings/blob/2.2.0/src/boundary_loop.cpp

BruegelN avatar Oct 04 '20 11:10 BruegelN

The igl.all_boundary_loop function appears to work correctly for me, so I'm guessing this is out of date. Feel free to reopen if still an issue.

alecjacobson avatar Feb 06 '23 00:02 alecjacobson