From 39962dab589a832b9ae342a066202869eae34369 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 31 Dec 2020 11:21:53 +0000 Subject: [PATCH] EgtInterface : - aggiornata interfaccia di EgtBeamSetPartBox. --- API_BeamMgr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API_BeamMgr.cpp b/API_BeamMgr.cpp index f18dc80..b511ba0 100644 --- a/API_BeamMgr.cpp +++ b/API_BeamMgr.cpp @@ -71,9 +71,9 @@ __stdcall EgtBeamSetPartCount( int nCount) //----------------------------------------------------------------------------- BOOL -__stdcall EgtBeamSetPartBox( double dLength, double dHeight, double dWidth) +__stdcall EgtBeamSetPartBox( double dLength, double dHeight, double dWidth, BOOL bUpdate) { - return ( ExeBeamSetPartBox( dLength, dHeight, dWidth) ? TRUE : FALSE) ; + return ( ExeBeamSetPartBox( dLength, dHeight, dWidth, ( bUpdate != FALSE)) ? TRUE : FALSE) ; } //-----------------------------------------------------------------------------