Skip to main content
Became Hot Network Question
Tweeted twitter.com/StackBlender/status/1248309898066173952
Source Link

can I get number of edges connected to a vertex

I essentially want to put a fence up around the edge of my object, is there a way I can select all vertices with 3 edges connected to it?

enter image description here

for vertex in object:
    if vertex.connectededges == 3:
        select