Ok. Now it makes sense. Create two polygons: 1/ with the inside diameter (R1) plus 7mils (using axlPolyExpand if necessary) 2/ with the outside diameter (R2) less 7mils (using axlPolyExpand if necessary) Now use axlGeoPointInShape using the centre of each array circle to see if each circle is inside R2 and outside R1. You could also use axlPolyOperation commands but this would be much slower. I hope this helps.
↧