EgtExchange :
- piccoli adattamenti.
This commit is contained in:
+1
-1
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user