EgtExchange :

- piccoli adattamenti.
This commit is contained in:
Dario Sassi
2015-06-21 16:57:31 +00:00
parent 8cb371f81c
commit a3885abddb
+1 -1
View File
@@ -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 ;