EgtInterface :
- ricompilazione con adattamenti.
This commit is contained in:
@@ -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) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user