EgtGeomKernel :
- modifica in SurfTriMesh per evitare crash.
This commit is contained in:
@@ -254,6 +254,9 @@ SurfTriMesh::RemoveTJunctions( bool& bModified)
|
||||
static bool
|
||||
IsVertex( PNTULIST& PointList, PNTULIST::const_iterator itCurr)
|
||||
{
|
||||
// se la lista contiene meno di tre punti, test inutili
|
||||
if ( PointList.size() < 3)
|
||||
return false ;
|
||||
// recupero il punto precedente
|
||||
PNTULIST::const_iterator itPrev ;
|
||||
if ( itCurr == PointList.cbegin())
|
||||
|
||||
Reference in New Issue
Block a user