From 6893cf5bcdd68a6e214fd35bd14a99eff8aa5f43 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 7 Jan 2020 18:17:59 +0000 Subject: [PATCH] EgtInterface : - ricompilazione con adattamenti. --- API_GdbCreateSurf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API_GdbCreateSurf.cpp b/API_GdbCreateSurf.cpp index 95a2792..40d581e 100644 --- a/API_GdbCreateSurf.cpp +++ b/API_GdbCreateSurf.cpp @@ -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) ; } //-------------------------------------------------------------------------------