EgtMachKernel 1.8b3 :

- correzioni per visualizzare/nascondere aggregati su TC in simulazione e convivere con LookMachine.
This commit is contained in:
Dario Sassi
2017-02-11 16:05:34 +00:00
parent 58acb18f79
commit 91644356a6
4 changed files with 14 additions and 9 deletions
+2 -1
View File
@@ -178,7 +178,8 @@ Machine::ResetHeadSet( const string& sHead)
pExit->SetTool( "") ;
}
// visualizzo solo la prima testa
m_pGeomDB->SetStatus( nHdGrp, ( i == 0 ? GDB_ST_ON : GDB_ST_OFF)) ;
m_pGeomDB->SetMode( nHdGrp, ( i == 0 ? GDB_MD_STD : GDB_MD_HIDDEN)) ;
//m_pGeomDB->SetStatus( nHdGrp, ( i == 0 ? GDB_ST_ON : GDB_ST_OFF)) ;
}
return true ;
}