diff --git a/CadCuts/VacuumCups.vb b/CadCuts/VacuumCups.vb index 38784f2..a6fe441 100644 --- a/CadCuts/VacuumCups.vb +++ b/CadCuts/VacuumCups.vb @@ -191,7 +191,7 @@ Module VacuumCups ' Cerco la direzione del primo taglio attivo da sotto Dim nDripLayId As Integer = EgtGetFirstNameInGroup( nPartId, NAME_DRIPCUT) Dim nDripLineId As Integer = EgtGetFirstInGroup( nDripLayId) - While nDripLayId <> GDB_ID.NULL + While nDripLineId <> GDB_ID.NULL Dim nMchId As Integer = EgtGetOperationId( "DripSaw" & nDripLineId.ToString()) Dim nMode As Integer If EgtGetMode( nMchId, nMode) AndAlso nMode = GDB_MD.STD Then Exit While diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index d2119f8..cc5ad41 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -62,5 +62,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +