Skip to main content

WHAT CAN I DO TO REMOVE DUPLICATED GEOMETRIES .DWG, I use the matcher but the geometries are not being detected as equal, they have differences of millimeters. Is there any other transformer?

You can try and use the CoordinateRounder first before matching. Also turn on Lenient geometry matching. I think the FME 2019 Beta version has an added better (more relaxed matching) for the Matcher (https://blog.safe.com/2018/08/fme-2019-beta-now-available-heres-whats-coming/) It might be worth giving that a go. I've had your problem before and it's not fun!


Have you tried setting a value for the Interior Vertex Tolerance in the matcher?


Have you tried setting a value for the Interior Vertex Tolerance in the matcher?

Yes, I tried, Interior and exterior vertex.

 

 


Another way of doing this would be using the CRCCalculator using the geometry only (remove the attributes) and then do a DuplicateFilter on the CRC attribute.


Reply