EgtGeomKernel 2.3c1 :
- allargata tolleranza per calcolo contorno di facce di TriMesh.
This commit is contained in:
Binary file not shown.
@@ -413,7 +413,7 @@ SurfTriMesh::GetFacetLoops( int nF, POLYLINEVECTOR& vPL) const
|
||||
for ( int i = 0 ; i < int( vPL.size()) ; ++ i) {
|
||||
Plane3d plPlane ;
|
||||
double dArea ;
|
||||
if ( ! vPL[i].IsClosedAndFlat( plPlane, dArea, 10 * EPS_SMALL))
|
||||
if ( ! vPL[i].IsClosedAndFlat( plPlane, dArea, 100 * EPS_SMALL))
|
||||
return false ;
|
||||
// se loop esterno
|
||||
if ( vtN * plPlane.GetVersN() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user