Hi all,
I have multiple dwg files. I created concave with help of HullAccumulator and I would like to identify which concave hull intersects which concave hull. It is possible that one concave hull intersects more than one.
For example if polygon 1 overlaps with Polygon 2 and Polygon 2, I would like to add this in the attribute of Polygon 1.
I am trying to combination AttributeCreator & Intersector and Tester but I could not get expected results until now.
Thanks in advance.