DataBeam :

- correzioni per tagli singoli e doppi di testa o coda che danno interferenza con asse Z della testa.
This commit is contained in:
DarioS
2021-11-15 15:59:47 +01:00
parent 0d285d54d3
commit 0326c83d3a
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ function ProcessCut.Classify( Proc, b3Raw)
end
-- recupero i dati del taglio
local ptC, vtN = EgtSurfTmFacetCenter( Proc.Id, 0, GDB_ID.ROOT)
if vtN:getZ() <= - 0.5 and abs( vtN:getY()) > 0.1 then
if vtN:getZ() <= - 0.5 and abs( vtN:getY()) > 0.1 or ( vtN:getZ() <= - 0.174 and abs( vtN:getY()) > 0.866) then
local _, DimH, DimV = BL.GetFaceHvRefDim( Proc.Id, 0)
if DimH > BD.MAX_DIM_DICE then
return true, true