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) ;