EgtInterface :

- ricompilazione con adattamenti.
This commit is contained in:
Dario Sassi
2020-01-07 18:17:59 +00:00
parent 8d69e253ad
commit 6893cf5bcd
+2 -2
View File
@@ -49,7 +49,7 @@ __stdcall EgtCreateSurfTmBBox( int nParentId, const double ptMin[3], const doubl
ptMin[2] < ( ptMax[2] + EPS_SMALL))
b3Box.Set( ptMin, ptMax) ;
// eseguo
return ExeCreateSurfTmBBox( nParentId, b3Box, nRefType) ;
return ExeCreateSurfTmBBox( nParentId, b3Box, false, nRefType) ;
}
//-------------------------------------------------------------------------------
@@ -57,7 +57,7 @@ int
__stdcall EgtCreateSurfTmBox( int nParentId, const double ptIni[3], const double ptCross[3],
const double ptDir[3], double dHeight, int nRefType)
{
return ExeCreateSurfTmBox( nParentId, ptIni, ptCross, ptDir, dHeight, nRefType) ;
return ExeCreateSurfTmBox( nParentId, ptIni, ptCross, ptDir, dHeight, false, nRefType) ;
}
//-------------------------------------------------------------------------------