EgtGeomKernel :
- piccole correzioni - tolti commenti.
This commit is contained in:
@@ -2835,12 +2835,10 @@ SurfTriMesh::CreateByScrewing( const PolyLine& PL, const Point3d& ptAx, const Ve
|
||||
|
||||
// verifico che la polilinea non attraversi l'asse di rivoluzione o lo tocchi in punti interni
|
||||
PolyLine MyPL = PL ;
|
||||
// commented for debug
|
||||
if ( ! VeryfyPolylineForRevolution( MyPL, ptAx, vtAx) && ! AdjustPolylineForRevolution( MyPL, ptAx, vtAx)) {
|
||||
LOG_ERROR( GetEGkLogger(), "StmCreateByRevolution : polyline inside meets axis")
|
||||
return false ;
|
||||
}
|
||||
// commented for debug
|
||||
|
||||
// imposto ricalcolo
|
||||
m_nStatus = ERR ;
|
||||
|
||||
Reference in New Issue
Block a user