EgtMachKernel 2.1j1 :
- aggiunta gestione richiesta diametro portautensile.
This commit is contained in:
@@ -263,6 +263,18 @@ MachMgr::TdbGetCurrToolMaxDepth( double& dMaxDepth) const
|
||||
return pTsMgr->GetCurrToolMaxDepth( dSafe, dMaxDepth) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::TdbGetCurrToolThDiam( double& dThDiam) const
|
||||
{
|
||||
// recupero il gestore di utensili della macchina corrente
|
||||
ToolsMgr* pTsMgr = GetCurrToolsMgr() ;
|
||||
if ( pTsMgr == nullptr)
|
||||
return false ;
|
||||
// recupero il diametro del portautensili
|
||||
return pTsMgr->GetCurrToolThDiam( dThDiam) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
MachMgr::TdbCurrToolDraw( int nGenCtx, int nToolCtx) const
|
||||
|
||||
Reference in New Issue
Block a user