Skip to main content

Hi,

 

I have 1 DGN file. This file has regional limits. I want to see the drawings within the boundaries of this region in Excel, but not all of them, I am giving an example. Additional base number in Region_1 55 Additional base number in Region_2 25 I want to see the figure separately in Excel, how can I do this?

Use AttributeExposer to expose igds_level, filter by it, rename igds_level on within levels, use SpatialFilter or SpatialRelator (merge attributes) to get polygons within the desired Level and use a StatisticsCalculator with Group By enabled on renamed igds_level to get the count.


Use AttributeExposer to expose igds_level, filter by it, rename igds_level on within levels, use SpatialFilter or SpatialRelator (merge attributes) to get polygons within the desired Level and use a StatisticsCalculator with Group By enabled on renamed igds_level to get the count.

thanks i will try now

 


Reply