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:
@@ -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 ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user