From fc07b210985b7dc2f22927c3514589789cd7e9a1 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 25 Feb 2021 14:45:45 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EXeExecutor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EXeExecutor.h b/EXeExecutor.h index 4ad9110..015c846 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -1009,7 +1009,9 @@ EXE_EXPORT bool ExeIsMachiningEmpty( void) ; EXE_EXPORT bool ExeGetMachiningStartPoint( Point3d& ptStart) ; EXE_EXPORT bool ExeGetMachiningEndPoint( Point3d& ptEnd) ; EXE_EXPORT bool ExeApplyAllMachinings( bool bRecalc, bool bStopOnFirstErr, std::string& sErrList) ; +EXE_EXPORT bool ExeApplyAllMachiningsEx( bool bRecalc, bool bStopOnFirstErr, std::string& sErrList, std::string& sWarnList) ; EXE_EXPORT bool ExeUpdateAllMachinings( bool bStopOnFirstErr, std::string& sErrList) ; +EXE_EXPORT bool ExeUpdateAllMachiningsEx( bool bStopOnFirstErr, std::string& sErrList, std::string& sWarnList) ; // CL Entities Interrogations EXE_EXPORT bool ExeGetClEntMove( int nEntId, int& nMove) ; EXE_EXPORT bool ExeGetClEntFlag( int nEntId, int& nFlag) ;