Merge commit '22c691f9e50bd4c8241e5ec9a4d1a72b054b3e82' into Preview
This commit is contained in:
+2
-2
@@ -584,7 +584,7 @@ Machining::GetToolPreviewStepCount( void) const
|
||||
-- nCount ;
|
||||
nRiseId = m_pGeomDB->GetNextName( nRiseId, MCH_CL_RISE) ;
|
||||
}
|
||||
// tolgo le entità di tipo HOME
|
||||
// tolgo le entit� HOME
|
||||
int nHomeId = m_pGeomDB->GetFirstNameInGroup( nPxId, MCH_CL_HOME) ;
|
||||
while ( nHomeId != GDB_ID_NULL) {
|
||||
-- nCount ;
|
||||
@@ -609,7 +609,7 @@ Machining::GetToolPreviewNext( int nEntId, int nParentId, int nStId) const
|
||||
// ciclo nel gruppo
|
||||
while ( nNewId != GDB_ID_NULL) {
|
||||
string sName ; m_pGeomDB->GetName( nNewId, sName) ;
|
||||
if ( sName != MCH_CL_CLIMB && sName != MCH_CL_RISE && sName != MCH_CL_HOME)
|
||||
if ( sName != MCH_CL_CLIMB && sName != MCH_CL_RISE && sName != MCH_CL_HOME)
|
||||
break ;
|
||||
nNewId = m_pGeomDB->GetNext( nNewId) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user