Trimming :
- piccole migliorie/correzioni.
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user