Search found 1 match
- 10 Feb 2023, 14:21
- Forum: CAD .NET
- Topic: How to Find Area and Perimeter of a Closed LWPolygon
- Replies: 4
- Views: 3043
Re: How to Find Area and Perimeter of a Closed LWPolygon
hello How to Find Area and Perimeter of a Closed LWPolygon in cadpicturebox? Hello, CAD .NET doesn't have ready-to-use Area and Perimeter functions. However, you can implement them yourself. For example, you could use ready-to-use api DPoint.Distance double distance_between_points = DPoint.Distance...