haplokuon / netDxf

.net dxf Reader-Writer
MIT License
981 stars 400 forks source link

Area attribute in Polyline #373

Open pizzo00 opened 2 years ago

pizzo00 commented 2 years ago

I notice that LwPolylines (now Polyline2d) does not have Area attribute. I know that dxf do not contains that information but it can be calculated.

I see that dxflibrary contains that feature (MIT licensed).

If you agree I can work on a porting of that feature and open a pull request.

Please let me know @haplokuon, Thanks you