EgtExecutor 1.6n2 :
- sostuite Exe e Lua IsMachiningNotEmpty con IsMachiningEmpty.
This commit is contained in:
+2
-2
@@ -1295,12 +1295,12 @@ ExeGetMachiningGeometry( SELVECTOR& vIds)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeIsMachiningNotEmpty( void)
|
||||
ExeIsMachiningEmpty( void)
|
||||
{
|
||||
GseContext* pGseCtx = GetCurrGseContext() ;
|
||||
VERIFY_CTX_MACHMGR( pGseCtx, false)
|
||||
// restituisco lo stato della lavorazione corrente
|
||||
return pGseCtx->m_pMachMgr->IsNotEmpty() ;
|
||||
return pGseCtx->m_pMachMgr->IsEmpty() ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user