I have an irregular polygon with the a specific area (area_red). How can I get the (parallel) offset value (y) of n selected sides in order to maintain the same area (area _red = area_green) when (parallel) offsetting one side by x?
Maintain the area of a polygon when offsetting one side
99 Views Asked by tyler At
2
There are 2 best solutions below
2

it seems that is the way to do it
something like this: https://edgnyc-my.sharepoint.com/:u:/p/wwang/EUHEhzrl1KBFsIx8YFNtTb8BrBHw55PFOJH5NqbIcQ9vzw?e=EvMyVa
...Okay, I guess I will simply loop trough the offsets constanstly and check each time if the area is the same. lol.