EgtMachKernel 1.9d3 :
- ordine grezzi sempre ripristinato dopo Link/Unlink con parti di macchina - in KeepRawPart reset posizione grezzo se non definita fase di origine - aumentato massimo angolo di fianco per lama a 75 gradi.
This commit is contained in:
@@ -563,6 +563,11 @@ MachMgr::KeepRawPart( int nRawId, int nSouPhase)
|
||||
vPhase.emplace_back( m_nCurrPhase) ;
|
||||
if ( ! m_pGeomDB->SetInfo( nRawId, MACH_RAW_PHASE, vPhase))
|
||||
return false ;
|
||||
// annullo eventuali movimenti del grezzo (riferimento riportato a globale)
|
||||
Frame3d* pfrRaw = m_pGeomDB->GetGroupFrame( nRawId) ;
|
||||
if ( pfrRaw == nullptr)
|
||||
return false ;
|
||||
pfrRaw->Reset() ;
|
||||
// visualizzo il grezzo e ne attivo i pezzi
|
||||
if ( ! m_pGeomDB->SetStatus( nRawId, GDB_ST_ON))
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user