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:
+1
-1
@@ -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)) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user