Skip to main content

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.

Have you looked at the SpatialRelator?

 

Use a Counter to add a unique ID to your polygons if you don't already have one. Send them to both ports of the SpatialRelator, in the parameters set Attribute(s) that must differ to the unique ID attribute.

Generate a list, selecting the attributes you want to transfer.

 


Reply