Essetre-FASTrl :

- piccola correzione per lancio simulazione con macchinata senza pezzi.
This commit is contained in:
DarioS
2023-04-19 18:29:06 +02:00
parent 7039a17fe2
commit efbdb6aec0
+1 -1
View File
@@ -361,7 +361,7 @@ function OnSpecialApplyDisposition()
-- Determinazione delle sue dimensioni
local b3Raw = EgtGetRawPartBBox( nCurrRawId)
if b3Raw:isEmpty() then
if not b3Raw or b3Raw:isEmpty() then
EMC.ERR = 11
return
end