EgtInterface 1.6c8 :
- gestione inserimento in testa ad un gruppo - gestione Machinings.
This commit is contained in:
@@ -137,6 +137,15 @@ GetCurrGeomDB( void)
|
||||
return ( s_GseCtx[s_nCurrGseCtx-1].m_pGeomDB) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
IMachMgr*
|
||||
GetCurrMachMgr( void)
|
||||
{
|
||||
if ( s_nCurrGseCtx < 1 || s_nCurrGseCtx > MAX_CTX || ! s_GseOn[s_nCurrGseCtx-1])
|
||||
return nullptr ;
|
||||
return ( s_GseCtx[s_nCurrGseCtx-1].m_pMachMgr) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
IEGrScene*
|
||||
GetCurrScene( void)
|
||||
|
||||
Reference in New Issue
Block a user