Hi all,
I have a dgn file and I'm trying to build the following algorithm
(1) form polygons using selected levels of the dgn file
(2) check the number of centroids inside polygons
(2.1) add a centroid when there is no centroid inside the polygon
(2.2) if multiple centroids are inside a polygon, change the level of those centroids.
How can I achieve the step 2.2.?