EgtMachKernel :

- modifiche varie per OmagCut.
This commit is contained in:
Dario Sassi
2015-09-19 08:27:21 +00:00
parent e2a7280a07
commit 41c09abe37
16 changed files with 366 additions and 8 deletions
+18
View File
@@ -256,10 +256,28 @@ Disposition::SetTable( const string& sTable)
return true ;
}
//----------------------------------------------------------------------------
bool
Disposition::GetTableRef1( Point3d& ptRef1)
{
// verifico MachMgr e GeomDB
if ( m_pMchMgr == nullptr || m_pGeomDB == nullptr)
return false ;
// verifico tavola
if ( ! m_bTabOk && ! SetTable( m_sTabName))
return false ;
// recupero il primo riferimento della tavola
ptRef1 = m_ptRef1 ;
return true ;
}
//----------------------------------------------------------------------------
bool
Disposition::Apply(void)
{
// verifico tavola
if ( ! m_bTabOk && ! SetTable( m_sTabName))
return false ;
// aggiornamento sottopezzi
for ( auto& FixData : m_vFixData) {
// se sottopezzo da caricare