I'm trying to copy all DGN cells inside of clipper shape which is on level 60 however, all cells have been changed to lines,shapes and other types. Is there a way to keep them as cells
DO you need the actual cell symbol, or the cell location with the name of the cell.
In that case, change the DGN reader setting to "Explode Cells" - No (uncheck box).
If you need the symbols to remain complete, you want to use the Aggregator (group by the id of the cell) and use the Inside port plus the Outside port. Follow the Outside by a Tester to test on _clipped = 'yes' and add the Passed features. That will add the part of the cell symbol that is outside the clipping area.
DO you need the actual cell symbol, or the cell location with the name of the cell.
In that case, change the DGN reader setting to "Explode Cells" - No (uncheck box).
If you need the symbols to remain complete, you want to use the Aggregator (group by the id of the cell) and use the Inside port plus the Outside port. Follow the Outside by a Tester to test on _clipped = 'yes' and add the Passed features. That will add the part of the cell symbol that is outside the clipping area.