EgtMachKernel (NewLink) :

- primo commit per codice NewLink.
This commit is contained in:
Riccardo Elitropi
2026-03-13 17:28:21 +01:00
parent 1ba62546b0
commit 984f206d56
7 changed files with 666 additions and 219 deletions
+1 -1
View File
@@ -698,7 +698,7 @@ Machining::GetToolPreviewStepCount( void) const
int nClId = m_pGeomDB->GetFirstNameInGroup( GetOwner(), MCH_CL) ;
if ( nClId == GDB_ID_NULL)
return 0 ;
// determino il numero di entità di tutti i sottogruppi, escludendo CLIMB e RISE
// determino il numero di entità di tutti i sottogruppi, escludendo CLIMB, RISE ed HOME
int nCount = 0 ;
int nPxId = m_pGeomDB->GetFirstGroupInGroup( nClId) ;
while ( nPxId != GDB_ID_NULL) {