Trimming :

- piccole migliorie/correzioni.
This commit is contained in:
Riccardo Elitropi
2026-01-26 18:05:42 +01:00
parent e44363de3d
commit ae87d890cb
2 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -29,8 +29,10 @@ local bDelete = EgtOutBox( 'Do you want to delete the current Trimming machining
if not bDelete then return end
-- Recupero ed eventualmente elimino il Layer delle curve di Sincronizzazione associato
local nLayerSynEditId = GlobVar.GetCurrentEditSyncCurvesLayer( nCurrPartId, nCurrLayerId)
if nLayerSynEditId ~= nil and nLayerSynEditId ~= GDB_ID.NULL then EgtErase( nLayerSynEditId) end
local nLayerSyncEditId = GlobVar.GetCurrentEditSyncCurvesLayer( nCurrPartId, nTrimmingLayerId)
if nLayerSyncEditId ~= nil and nLayerSyncEditId ~= GDB_ID.NULL then EgtErase( nLayerSyncEditId) end
-- Elimino il Layer di Trimming corrente
EgtErase( nTrimmingLayerId)
-- Aggiorno la Grafica