haplokuon / netDxf

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

Circle Thickness doesn't seem to work #364

Open gojanpaolo opened 2 years ago

gojanpaolo commented 2 years ago

Hello! We're trying to have a circle with a thick line like this.

image

But all we get looks like this

image

We tried setting Circle.Thickness to some values 1/10/100 but it doesn't seem to change the actual thickness of the Circle.

haplokuon commented 2 years ago

Read this older post. Just remember that the LwPolyline has been renamed as Polyline2D in one of the latest updates.