EgtGeomKernel 2.5l3 :
- piccola correzione nel riconoscimento facce di TriMesh.
This commit is contained in:
Binary file not shown.
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user