mecamira / dxf2gcode

Automatically exported from code.google.com/p/dxf2gcode
0 stars 0 forks source link

Sector of circle interpreted as complete circle #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open attached dxf in dxf2gcode

The dxf file (created with Rhino CAD for Mac) contains only a sector of a 
circle, but dxf2gcode displays a complete circle. The file is interpreted 
correctly in other applications like: 
http://www.edrawingsviewer.de/MAC_Viewer.html

The issue is reproducible with dxf2gcode b02 on OS X (Leopard) and Python 2.5.1 
and on Ubuntu Linux.

Original issue reported on code.google.com by goo...@e-trolley.de on 19 Oct 2010 at 10:45

Attachments:

GoogleCodeExporter commented 9 years ago
The object in question is a C-shaped NURB.

Original comment by goo...@e-trolley.de on 19 Oct 2010 at 1:01

GoogleCodeExporter commented 9 years ago
Just had a look on the file. I think this is linked to the import and different 
definitions of NURB's. I know there are some issues with the import but dont 
know how to solve this problem in general. I will keep this think in mind if i 
do my next update but there will be no quick fix possible ...

Original comment by christian.kohloeffel on 19 Oct 2010 at 5:33

GoogleCodeExporter commented 9 years ago

Original comment by christian.kohloeffel on 19 Oct 2010 at 5:33

GoogleCodeExporter commented 9 years ago
Thank you.
In the meanwhile I found a workaround in Rhino. If I use the "simplify" 
function on the curves, dxf2gcode works fine.

rgds

Original comment by goo...@e-trolley.de on 19 Oct 2010 at 9:05

GoogleCodeExporter commented 9 years ago

Original comment by christian.kohloeffel on 27 Oct 2010 at 9:17