Dear Nico,
I want to write some curvature measure on interior edges.
For my mesh I have the following situation:
edges = mesh.edges["points"]
print(edges.shape)
(229941, 2)
print(mesh.is_boundary_edge.shape)
(230036,)
Where is the difference?
Is this intendend or a bug?