haplokuon / netDxf

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

read the coordinates #320

Open Firstmeridian opened 2 years ago

Firstmeridian commented 2 years ago

Hello author,how to read the coordinates of the geometries(circles,…) ? I need output the coordinates in string. Thanks a lot!

haplokuon commented 2 years ago

That depend on the kind of entity, a line is defined by its start and end point, a circle by its center and its radius, a polyline is made of multiples lines between its vertexes, etc. Check its properties.