Skip to content

Select vertices until intersection

eadf edited this page Nov 18, 2023 · 1 revision

This edit operation continues to select vertices that is only connected in a line. It takes as input geometry and some selected vertices and it selects all connected vertices until a 3(or higher) connection is detected. It does not select the intersection vertex.

select_vertices_until_intersection_in

select_vertices_until_intersection_out

The intention is to be able to select overlapping geometry for deletion:

select_vertices_until_intersection_out_2

Clone this wiki locally