DataBeam :

- aggiunta gestione IsTailFeature a DtMortise
- diminuito l'area vietata per le pinze dei tagli inclinati di testa e coda.
This commit is contained in:
Dario Sassi
2020-01-16 19:15:35 +00:00
parent 4584ad3c02
commit 253fbfe73a
4 changed files with 21 additions and 8 deletions
+2 -2
View File
@@ -187,13 +187,13 @@ function ProcessCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead, bFromBottom)
if Proc.Head then
local dOffs = b3Raw:getMax():getX() - dOvmHead - Proc.Box:getMin():getX()
if abs( vtN:getZ()) > 0.5 then
dOffs = dOffs / 2
dOffs = 0.4 * dOffs
end
BL.UpdateHCING( nRawId, dOffs)
elseif Proc.Tail then
local dOffs = Proc.Box:getMax():getX() - b3Solid:getMin():getX()
if abs( vtN:getZ()) > 0.5 then
dOffs = dOffs / 2
dOffs = 0.4 * dOffs
end
BL.UpdateTCING( nRawId, dOffs)
end