Prima versione (non funzionante) script creazione gruppi

This commit is contained in:
andrea.villa
2026-02-03 13:00:44 +01:00
parent 057fb91994
commit 49d7bccb41
3 changed files with 395 additions and 1 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ if not bSimOk then
WriteErrToLogFile( WIN.ERR, WIN.MSG, WIN.ROT, WIN.CUTID, WIN.TASKID)
-- TODO gestire collisione su feature specifica!!!!!!!!!!!!!!!!!!!!!!!!!!!!
BeamExec.AddApplyResultToGlobalList( WIN.ERR, WIN.CUTID, WIN.MSG)
WIN.RESULT = BeamLib.TableCopyDeep( RESULT)
WIN.RESULT = WinLib.TableCopyDeep( RESULT)
WriteResultToJson( RESULT)
return
end