Search found 1 match

by enrico.detoma
01 Apr 2010, 16:00
Forum: CAD DLL
Topic: Importing arcs as arcs, not as polyline
Replies: 1
Views: 28538

Importing arcs as arcs, not as polyline

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 im...