Area of overlapping polygons/polylines?

Is there a way to get the overlapping area of two bounded regions (either as polygons or closed polylines)?

For context, I have a series of layers with hatches that represent CN values. I’m trying to find the area for each CN within the catchment boundary in order to produce a weighted CN.

Hi @Robert_Price,

One way to do this is by patching the curves with surfaces and then intersecting them. Example below.


3 Likes

Perfect!

1 Like

2 posts were split to a new topic: Issue with Math.Sum for multiple surface areas