Merge branch 'master' of https://gitlab.steamware.net/egaltech/EgtExecutor
This commit is contained in:
+2
-2
@@ -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 ;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
@@ -757,7 +757,7 @@ LuaRemoveCurveCompoCurve( lua_State* L)
|
||||
// 1 o 2 parametri : Id [, bLast]
|
||||
int nId ;
|
||||
LuaCheckParam( L, 1, nId)
|
||||
bool bLast ;
|
||||
bool bLast = true ;
|
||||
LuaGetParam( L, 2, bLast) ;
|
||||
LuaClearStack( L) ;
|
||||
// rimuovo prima o ultima curva della composita
|
||||
|
||||
Reference in New Issue
Block a user