EgtExecutor 2.3i2 :
- aggiunta funzione EXE e Lua ChangeTable.
This commit is contained in:
@@ -955,6 +955,16 @@ ExeGetTableAreaOffset( int nInd, BBox3d& b3AreaOffs)
|
||||
return pMachMgr->GetTableAreaOffset( nInd, b3AreaOffs) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeChangeTable( const string& sTable, bool bUpdateDisp)
|
||||
{
|
||||
IMachMgr* pMachMgr = GetCurrMachMgr() ;
|
||||
VERIFY_MACHMGR( pMachMgr, false)
|
||||
// imposto la tavola corrente della macchinata corrente
|
||||
return pMachMgr->ChangeTable( sTable, bUpdateDisp) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeShowOnlyTable( bool bVal)
|
||||
|
||||
Reference in New Issue
Block a user