EgtExchange 3.1h2 :

- in import BTL per feature LapJoint ora si accettano facce con dimensione minima di 0.5mm (prima erano 2.0mm).
This commit is contained in:
Dario Sassi
2026-08-12 18:53:15 +02:00
parent e23cf2607a
commit a89728e703
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2293,7 +2293,7 @@ BtlGeom::AddLapJoint( int nGroup, int nProc, int nSide, const string& sDes, int
return true ;
}
// verifico tra loro le facce
double dMatMin = min( 0.5 * dDepth, FACE_MIN_BACK_MAT) ;
double dMatMin = min( 0.5 * dDepth, FACE_MIN_CROSS_DIM) ;
if ( ! VerifyPolygonWithPolygons( plyStart, plyFront, plyBack, plyTop, plyBottom, false, dMatMin))
plyStart.Clear() ;
if ( ! VerifyPolygonWithPolygons( plyEnd, plyFront, plyBack, plyTop, plyBottom, false, dMatMin))