ixmilia / dxf

MIT License
205 stars 65 forks source link

polyline convert to line and arc with AsSimpleEntities method get wrong start/end angle #207

Open littleplay opened 2 months ago

littleplay commented 2 months ago

dxf like this: real

result like this: error

uzername commented 2 months ago

I suggest you to check extrusion direction property too. I had similar question when extrusion direction (Z axis) was non-standard

uzername commented 2 months ago

Also, if possible - attach dxf file

littleplay commented 2 months ago

sa.zip @uzername thanks