NumberOfPartsInCircle issue
Posted: 02 Nov 2007, 18:18
Hi,
I'm using CADImportVCL version 6.1, and have an issue with the arc/circle approximation ...
The default behavior of TsgDXFConverter is to transform all arcs, circles, and spline into segmented lines.
It seams possible to set the final complexity by tweaking :
<i>Converter.NumberOfPartsInCircle</i>
<i>Converter.NumberOfPartsInSpline</i>
But, when I set <i>NumberOfPartsInCircle</i> to 16 or 8 or another small value, I got an exception in <i>Layouts.Iterate</i>.
Am I doing something wrong ?
I'm using CADImportVCL version 6.1, and have an issue with the arc/circle approximation ...
The default behavior of TsgDXFConverter is to transform all arcs, circles, and spline into segmented lines.
It seams possible to set the final complexity by tweaking :
<i>Converter.NumberOfPartsInCircle</i>
<i>Converter.NumberOfPartsInSpline</i>
But, when I set <i>NumberOfPartsInCircle</i> to 16 or 8 or another small value, I got an exception in <i>Layouts.Iterate</i>.
Am I doing something wrong ?