EgtExecutor 2.7k3 :

- corretta funzione exe/lua PlaneVolZmapInters per sistemi di riferimento.
This commit is contained in:
Dario Sassi
2025-11-12 15:37:48 +01:00
parent d41edd344a
commit 8e79cda146
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -977,7 +977,7 @@ MyPlaneVolZmapInters( const Point3d& ptOn, const Vector3d& vtN, int nId, int nDe
PtrOwner<ICurve> pCrv( Release( vpLoop[i])) ;
if ( IsNull( pCrv))
continue ;
pCrv->ToLoc( frDest) ;
pCrv->LocToLoc( frLoc, frDest) ;
// inserisco la curva composita nel gruppo destinazione
int nNewId = pGeomDB->AddGeoObj( GDB_ID_NULL, nDestGrpId, ::Release( pCrv)) ;
if ( nNewId == GDB_ID_NULL)
@@ -986,7 +986,7 @@ MyPlaneVolZmapInters( const Point3d& ptOn, const Vector3d& vtN, int nId, int nDe
nFirstId = nNewId ;
++ nCount ;
}
// restituisco l'identificativo della prima nuova entit
// restituisco l'identificativo della prima nuova entità
return nFirstId ;
}