I have never done this before but some array questions have come up that got me looking more and more at arrays. I am under the impression that you can capture the looped feature in a feature array. I'm not positive as I've never done it and I thought that a feature array was just a pointer for the feature but it might be worth looking at the help file on.
I have 30 cir I want to array. Instead of writing array(cir_1.d,cir_2.d...and so on until i have all 30 circles), is there an easier way to write this...
Is there a simple method to construct a plane from all the points in a feature array? I have inherited a program that uses nested loops to measure a grid...
Comment