Page 1 of 1

How to Find Area and Perimeter of a Closed LWPolygon

Posted: 18 Sep 2017, 13:10
by nthangaraj
I could see Area and Perimeter values in AUTOCAD. How to get these values?

Thanks
Thangaraj N

Re: How to Find Area and Perimeter of a Closed LWPolygon

Posted: 18 Sep 2017, 17:51
by support
Hello,

Unfortunately, CAD .NET library doesn't provide methods for calculating the area and perimeter of an arbitrary (regular or irregular) polygon. However, you may try to use math algorithms from this article: http://www.wikihow.com/Calculate-the-Area-of-a-Polygon


Mikhail