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:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user