EgtMachKernel 1.6j6 :
- aggiunta TdbIsCurrToolModified.
This commit is contained in:
@@ -114,6 +114,18 @@ MachMgr::TdbSaveCurrTool( void)
|
||||
return pTsMgr->SaveCurrTool() ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::TdbIsCurrToolModified( void)
|
||||
{
|
||||
// recupero il gestore di utensili della macchina corrente
|
||||
ToolsMgr* pTsMgr = GetCurrToolsMgr() ;
|
||||
if ( pTsMgr == nullptr)
|
||||
return false ;
|
||||
// verifico se l'utensile corrente è stato modificato
|
||||
return pTsMgr->IsCurrToolModified() ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::TdbSetCurrToolParam( int nType, int nVal)
|
||||
|
||||
Reference in New Issue
Block a user