EgtMachKernel 1.6p4 :

- ampliata Disposizione con gestione movimenti di pezzi con la testa tramite SpecialApply (che richiama script)
- modifiche a Simulatore per gestire queste disposizioni e aggiunti richiami script su diversi eventi
- modifiche a Generatore per gestire queste disposizioni
- varie altre modifiche e migliorie.
This commit is contained in:
Dario Sassi
2016-05-05 07:31:35 +00:00
parent 06a8b15d99
commit b8965da858
37 changed files with 3234 additions and 1898 deletions
+3
View File
@@ -77,6 +77,8 @@ CamData::Clone( void) const
pCam->m_nAxesMask = m_nAxesMask ;
pCam->m_vMachAxes = m_vMachAxes ;
pCam->m_ptMachCen = m_ptMachCen ;
pCam->m_dMachRad = m_dMachRad ;
pCam->m_dMachAngCen = m_dMachAngCen ;
}
catch( ...) {
delete pCam ;
@@ -460,6 +462,7 @@ CamData::CamData( void)
m_nAxesMask = 0x00 ;
m_vMachAxes.reserve( 8) ;
m_dMachRad = 0 ;
m_dMachAngCen = 0 ;
}
//----------------------------------------------------------------------------