EgtMachKernel :

- aggiunto aggiornamento disegni utensili al salvataggio DB utensili
- aggiunta funzione MachMgr::TdbCurrToolDraw
- modifiche varie per supportare i punti precedenti.
This commit is contained in:
Dario Sassi
2019-05-17 18:21:32 +00:00
parent 5da6e922b1
commit 7a451b3e3f
6 changed files with 415 additions and 11 deletions
+2 -1
View File
@@ -89,12 +89,13 @@ MachMgr::Clear( void)
//----------------------------------------------------------------------------
bool
MachMgr::Init( const string& sMachinesDir, IGeomDB* pGeomDB,
MachMgr::Init( const string& sMachinesDir, const string& sToolMakersDir, IGeomDB* pGeomDB,
int nContextId, const string& sLuaLibsDir, const string& sLuaLastRequire)
{
m_nContextId = nContextId ;
m_pGeomDB = pGeomDB ;
m_sMachinesDir = sMachinesDir ;
m_sToolMakersDir = sToolMakersDir ;
m_sLuaLibsDir = sLuaLibsDir ;
m_sLuaLastRequire = sLuaLastRequire ;
m_nMachBaseId = GDB_ID_NULL ;