EgtMachKernel 1.6k10 :

- sistemazioni varie in grezzi, lavorazioni, ....
This commit is contained in:
Dario Sassi
2015-12-07 08:03:39 +00:00
parent 5eb5cb387f
commit 42e1a696a1
33 changed files with 1354 additions and 277 deletions
+3 -4
View File
@@ -45,8 +45,6 @@ Milling::Clone( void) const
// eseguo copia dei dati
if ( pMill != nullptr) {
try {
pMill->m_nOwnerId = GDB_ID_NULL ;
pMill->m_pGeomDB = nullptr ;
pMill->m_Params = m_Params ;
pMill->m_TParams = m_TParams ;
}
@@ -121,8 +119,6 @@ Milling::Load( const STRVECTOR& vString)
//----------------------------------------------------------------------------
Milling::Milling( void)
{
m_nOwnerId = GDB_ID_NULL ;
m_pGeomDB = nullptr ;
m_Params.m_sName = "*" ;
m_Params.m_sToolName = "*" ;
m_TParams.m_sName = "*" ;
@@ -240,6 +236,9 @@ Milling::GetParam( int nType, double& dVal) const
case MPA_TOOLOFFSL :
dVal = m_TParams.m_dOffsL ;
return true ;
case MPA_STARTPOS :
dVal = m_Params.m_dStartPos ;
return true ;
case MPA_SIDEANGLE :
dVal = m_Params.m_dSideAngle ;
return true ;