EgtMachKernel 1.6k9 :
- aggiunti campi Rot2Stroke e SolCh a teste per limitare corse secondo asse rotante e dare criterio scelta soluzione - utilizzo di questi dati nel calcolo assi macchina - aggiunta GetCurrMachineName.
This commit is contained in:
@@ -90,6 +90,16 @@ MachMgr::SetCurrMachine( const string& sMachineName)
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::GetCurrMachineName( string& sMachineName) const
|
||||
{
|
||||
if ( GetCurrMachine() == nullptr)
|
||||
return false ;
|
||||
sMachineName = GetCurrMachine()->GetMachineName() ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
MachMgr::GetCurrMGeoId( void) const
|
||||
|
||||
Reference in New Issue
Block a user