EgtGeomKernel :
- tolto codice di debug.
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
#include "/EgtDev/Include/EGkIntervals.h"
|
||||
#define EIGEN_NO_IO
|
||||
#include "/EgtDev/Extern/Eigen/Dense"
|
||||
#include "/EgtDev/Include/EGkGeoObjSave.h"
|
||||
|
||||
using namespace std ;
|
||||
|
||||
@@ -5226,24 +5225,6 @@ SurfBezier::CreateByTwoCurves( const ICurve* pCurve0, const ICurve* pCurve1, int
|
||||
++ nAddedSpan ;
|
||||
}
|
||||
|
||||
//debug
|
||||
ICURVEPOVECTOR vCrv ;
|
||||
GetAllPatchesIsocurves( false, vCrv) ;
|
||||
vector<IGeoObj*> vGeo ;
|
||||
for( int i = 0 ; i < int(vCrv.size()); ++i)
|
||||
vGeo.push_back( vCrv[i]) ;
|
||||
vector<Color> vCol( vGeo.size()) ;
|
||||
fill( vCol.begin(), vCol.end(), Color( 0, 128 ,128)) ;
|
||||
SaveGeoObj( vGeo, vCol, "D:/Temp/bezier/ruled/isoCurves.nge") ;
|
||||
|
||||
vGeo.clear() ;
|
||||
vGeo.push_back( CrvU0.Clone()) ;
|
||||
vGeo.push_back( CrvU1.Clone()) ;
|
||||
vCol.clear() ;
|
||||
vCol.push_back( Color(0,64,128)) ;
|
||||
vCol.push_back( Color(128,64,0)) ;
|
||||
SaveGeoObj( vGeo, vCol, "D:/Temp/bezier/ruled/NewCurves.nge") ;
|
||||
//debug
|
||||
|
||||
//debug
|
||||
return true ;
|
||||
|
||||
Reference in New Issue
Block a user