I have 2 files:
dgn1 (main data)
dgn2 (reference)
The two files should be checked against each other for duplicates.
In the end, the dgn2 should be recreated without the duplicates contained in dgn1.
Please help.
Thanks.
Question
I have 2 files:
dgn1 (main data)
dgn2 (reference)
The two files should be checked against each other for duplicates.
In the end, the dgn2 should be recreated without the duplicates contained in dgn1.
Please help.
Thanks.
I have 2 files:
dgn1 (main data)
dgn2 (reference)
The two files should be checked against each other for duplicates.
In the end, the dgn2 should be recreated without the duplicates contained in dgn1.
Please help.
Thanks.
Thanks, unfortunately the transformers don't work.
dgn1 contains cells and dgn2 contains texts that have the same insertion points.
Apparently the problem is that no texts are matched with geometries in the transformer.
How can I convert the texts to points or cells before the matcher transformer so that I have a geometry to geometry comparison? However, all other attributes should be retained.
The bright minds on this forum may be able to help you better if you can provide them with some sample data, like a small part of dgn1 and the corresponding part of dgn2.
Thanks, unfortunately the transformers don't work.
dgn1 contains cells and dgn2 contains texts that have the same insertion points.
Apparently the problem is that no texts are matched with geometries in the transformer.
How can I convert the texts to points or cells before the matcher transformer so that I have a geometry to geometry comparison? However, all other attributes should be retained.
Can you try disabling 'Expand Named Cells' in the reader for DGN 1? That will allow you to compare the insert points.