DataBeam :

- modifiche per PF1250.
This commit is contained in:
Dario Sassi
2021-03-01 08:30:41 +00:00
parent 4e3732b09b
commit f90f1f3809
5 changed files with 30 additions and 15 deletions
+2
View File
@@ -888,6 +888,8 @@ local function MakeTwoFacesByMill( Proc, nPhase, nRawId, nPartId)
elseif Proc.Box:getCenter():getX() > b3Solid:getCenter():getX() then
local dOffs = b3Solid:getMax():getX() - Proc.Box:getMin():getX()
local dDist = b3Solid:getMax():getX() - Proc.Box:getMax():getX()
-- sempre concavo aumento la distanza (rimane una punta...)
dDist = dDist + 10
BL.UpdateHCING( nRawId, dOffs, dDist)
end
end