On a high level, can Model Builder perform recursion? i.e. can it run a function/model repeatedly, using its outputs as inputs until some terminating condition is met?
If it helps, my more specific objective is basically to export layers, removing their features from the original file, until the original is empty or only includes one type of features. My features overlap, and I don't want overlapping segments included in my outputs, so a simple selection and output won't work, I need to also do a clip of the original, which spurs my need for recursion.
أكثر...
If it helps, my more specific objective is basically to export layers, removing their features from the original file, until the original is empty or only includes one type of features. My features overlap, and I don't want overlapping segments included in my outputs, so a simple selection and output won't work, I need to also do a clip of the original, which spurs my need for recursion.
أكثر...