EgtGeomKernel 2.5l3 :

- piccola correzione nel riconoscimento facce di TriMesh.
This commit is contained in:
Dario Sassi
2023-12-15 15:12:04 +01:00
parent fbbb0739ee
commit f7f30854a1
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -140,7 +140,7 @@ SurfTriMesh::UpdateTriaFaceting( int nRefT, int nFacet, const Plane3d& plPlane,
}
}
if ( nV == SVT_NULL)
return false ;
return true ;
double dTol = max( min( m_dLinTol, 20 * EPS_SMALL), 2 * EPS_SMALL) ;
if ( ! PointInPlaneEpsilon( m_vVert[m_vTria[nT].nIdVert[nV]].ptP, plPlane, dTol))
return true ;