Hi,
when I run the function (vertices_on_boundary) in compas\datastructures\mesh\mesh, I get this error [global name “vertices_all” is not defined] line 2455.
Best,
Ale
Hi,
when I run the function (vertices_on_boundary) in compas\datastructures\mesh\mesh, I get this error [global name “vertices_all” is not defined] line 2455.
Best,
Ale
yup that is a bug.
it only happens when you ask for the ordered vertices, correct?
shoudl be solved in 33729eb
let me know if it works…
yes, solved!
Thanks
Ale