Closed hujunchao closed 2 years ago
@heitzmann Hi, I meet a question that how to calculate area for polygon when polygon is irregular? Look forward to your reply!
@hujunchao if you cast the polygon to a Polygon type, you can simply use the area() method to calculate the area https://gdspy.readthedocs.io/en/stable/reference.html#gdspy.Polygon.area
area()
@heitzmann Hi, I meet a question that how to calculate area for polygon when polygon is irregular? Look forward to your reply!