Importing arcs as arcs, not as polyline
Posted: 01 Apr 2010, 16:00
Hi all,
I'm using CADImporterDLL to import DXF files which contain arcs (an example is attached).
I would like to import arcs as arcs, not as polylines, because I have an algorithm to convert arcs to bezier curves and those fit better than polylines for my purposes.
I notice that, often, arcs are imported incorrectly like in the attached file: when importing the attached file in the VC++ demo application with the option "Options => Arcs As Curves/Poly => As Curves", the result is garbage, while using "Options => Arcs As Curves/Poly => As Polyline" the result appears correct.
How can I make CADImporterDLL import arcs as arcs correctly?
Thank you
Regards
I'm using CADImporterDLL to import DXF files which contain arcs (an example is attached).
I would like to import arcs as arcs, not as polylines, because I have an algorithm to convert arcs to bezier curves and those fit better than polylines for my purposes.
I notice that, often, arcs are imported incorrectly like in the attached file: when importing the attached file in the VC++ demo application with the option "Options => Arcs As Curves/Poly => As Curves", the result is garbage, while using "Options => Arcs As Curves/Poly => As Polyline" the result appears correct.
How can I make CADImporterDLL import arcs as arcs correctly?
Thank you
Regards