EgtMachKernel :
- si conservano le info delle uscite delle teste al caricamento della macchina - al caricamento di un utensile su una uscita di una testa si caricano anche tutti gli utensili previsti dall'attrezzaggio sulle altre uscite della stessa testa - aggiunta gestione attacchi a elica e zigzag nelle contornature - migliorato controllo collisioni e gestione risalite conseguenti.
This commit is contained in:
+9
-1
@@ -468,12 +468,20 @@ MachMgr::GetAllCurrAxesName( STRVECTOR& vAxName) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::GetAllCalcAxesHomePos( DBLVECTOR& vAxHomeVal) const
|
||||
MachMgr::GetAllCurrAxesHomePos( DBLVECTOR& vAxHomeVal) const
|
||||
{
|
||||
Machine* pMch = GetCurrMachine() ;
|
||||
return ( ( pMch != nullptr) ? pMch->GetAllCurrAxesHomePos( vAxHomeVal) : false) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::GetCurrAxisHomePos( int nInd, double& dHome) const
|
||||
{
|
||||
Machine* pMch = GetCurrMachine() ;
|
||||
return ( ( pMch != nullptr) ? pMch->GetCurrAxisHomePos( nInd, dHome) : false) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::GetCalcAngles( const Vector3d& vtDirT, const Vector3d& vtDirA,
|
||||
|
||||
Reference in New Issue
Block a user