EgtGeomKernel 3.1c5 :

- Aggiunto controllo dimensioni Zmap per versioni a 32Bit.
This commit is contained in:
Riccardo Elitropi
2026-03-24 15:58:51 +01:00
parent 44edef378a
commit 1545bc07cd
5 changed files with 114 additions and 24 deletions
+2 -2
View File
@@ -968,8 +968,8 @@ VolZmap::ComputePointAndNormalForRemovingFins( int nGrid, int nI, int nJ, double
double dExpandY = ( m_MapFrame.VersY() * Y_AX) * dThick * ( vtDirProj * Y_AX) ;
double dExpandZ = ( m_MapFrame.VersZ() * Z_AX) * dThick * ( vtDirProj * Z_AX) ;
BBoxLoc.Expand( max( ( m_dStep + EPS_SMALL), dExpandX),
max( ( m_dStep + EPS_SMALL), dExpandY),
max( ( m_dStep + EPS_SMALL), dExpandZ)) ;
max( ( m_dStep + EPS_SMALL), dExpandY),
max( ( m_dStep + EPS_SMALL), dExpandZ)) ;
// Porto il Box nel Frame della Mappa corrente
BBox3d BBoxInGrid = GetToLoc( BBoxLoc, m_MapFrame) ;