Hi All,
I am trying to develop a tool in Model Builder that will extrude between pairs of TINs.
The tool takes three inputs: the two input TINs and a bounding input feature class.
The TINs are named TIN_1_1, TIN_1_2, TIN_1_3, TIN_2_1, TIN_2_2, TIN_2_3, etc. I need the extrusion to take place between each sequential pair within each group (between 1_1 and 1_2, between 1_2 and 1_3, between 2_1 and 2_2, etc.) but not between non-sequential pairs (1_1 and 1_3) and not between TINs in different groups (1_1 and 2_1). Also there is a corresponding input feature for each group: polygon 1, polygon 2, etc.
Any tips on iterating these three inputs would be most appreciated. I have over a thousand of these procedures to perform and would strongly prefer an automated solution. Am using ArcPro 3.0.0.
Thanks!
Kevin