diff --git a/EMkMachMgr.h b/EMkMachMgr.h index 9294148..275fdf3 100644 --- a/EMkMachMgr.h +++ b/EMkMachMgr.h @@ -143,6 +143,7 @@ class __declspec( novtable) IMachMgr virtual bool TdbGetCurrToolValInNotes( int nType, const std::string& sKey, std::string& sVal) const = 0 ; virtual bool TdbGetCurrToolMaxDepth( double& dMaxDepth) const = 0 ; virtual bool TdbGetCurrToolThDiam( double& dThDiam) const = 0 ; + virtual bool TdbGetCurrToolThLength( double& dThLen) const = 0 ; virtual int TdbCurrToolDraw( int nGenCtx, int nToolCtx) const = 0 ; virtual bool TdbReload( void) = 0 ; virtual bool TdbSave( void) const = 0 ; diff --git a/EXeExecutor.h b/EXeExecutor.h index e28c289..5bb1ea4 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -869,6 +869,7 @@ EXE_EXPORT bool ExeTdbGetCurrToolValInNotes( int nType, const std::string& sKey, EXE_EXPORT bool ExeTdbGetCurrToolValInNotes( int nType, const std::string& sKey, std::string& sVal) ; EXE_EXPORT bool ExeTdbGetCurrToolMaxDepth( double& dMaxDepth) ; EXE_EXPORT bool ExeTdbGetCurrToolThDiam( double& dThDiam) ; +EXE_EXPORT bool ExeTdbGetCurrToolThLength( double& dThLen) ; EXE_EXPORT int ExeTdbCurrToolDraw( int nGenCtx, int nToolCtx) ; EXE_EXPORT bool ExeTdbReload( void) ; EXE_EXPORT bool ExeTdbSave( void) ;