From a3885abddba13e2d29354d5ccfad0d80fef559da Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sun, 21 Jun 2015 16:57:31 +0000 Subject: [PATCH] EgtExchange : - piccoli adattamenti. --- ExportDxf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExportDxf.cpp b/ExportDxf.cpp index 6d5efb3..de5326c 100644 --- a/ExportDxf.cpp +++ b/ExportDxf.cpp @@ -1198,7 +1198,7 @@ ExportDxf::WriteCurve3d( const string& sLay, int nCol, const ICurve* pCrv, const return false ; // trasformo in polilinea PolyLine PL ; - if ( ! pCrv->ApproxWithLines( BEZ_LIN_APPROX, BEZ_ANG_APPROX_DEG, PL)) + if ( ! pCrv->ApproxWithLines( BEZ_LIN_APPROX, BEZ_ANG_APPROX_DEG, ICurve::APL_STD, PL)) return false ; // recupero lo spessore double dThick = 0 ;