EgtGeomKernel 1.5f7 :

- aggiunta intersezione tra curve composte (e gestione loro topologia)
- corretto salvataggio entità testo
- aggiunto EPS_SMALL a test su box
- aggiunte funzioni di verifica validità e tipo parametro di curve
- aggiunto comando TSC OUTTEXTICCI.
This commit is contained in:
Dario Sassi
2014-07-01 12:30:16 +00:00
parent f119a5a1be
commit 15f819fe31
30 changed files with 1410 additions and 385 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ PolyLine::IsClosed( void) const
if ( m_lUPoints.size() < 3)
return false ;
return ( AreSamePointNear( m_lUPoints.front().second, m_lUPoints.back().second)) ;
return ( AreSamePointApprox( m_lUPoints.front().second, m_lUPoints.back().second)) ;
}
//----------------------------------------------------------------------------