EgtMachKernel 1.9c4 :
- aggiunta gestione versore Correzione e Aux a Milling - migliorato controllo punto di attacco fuori dal grezzo con gestione speciale per lame.
This commit is contained in:
@@ -70,6 +70,18 @@ Machine::GetHeadExitPosDirAux( const string& sHead, int nExit, Point3d& ptPos, V
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
Machine::GetHeadSolCh( const string& sHead) const
|
||||
{
|
||||
// recupero testa
|
||||
Head* pHead = GetHead( GetGroup( sHead)) ;
|
||||
if ( pHead == nullptr)
|
||||
return MCH_SCC_NONE ;
|
||||
// recupero criterio di soluzione associato alla testa
|
||||
return pHead->GetSolCh() ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Machine::LoadTool( const string& sHead, int nExit, const string& sTool)
|
||||
|
||||
Reference in New Issue
Block a user