Mesh Topology, Face Edge Neighbours C# or Python

I might be misunderstanding the problem, but if you’re trying to compute node valences for a network of connecting lines, you can get their end-points and count their occurrence. Like so:

200702_ComputeLineNetworkValences_00.gh (4.0 KB)

2 Likes