DataBeam :

- in DtTenon aumentata altezza trave per accettazione angolo verso il basso
- in LapJoint si gestiscono con OpenPocket anche i casi con un solo lato aperto.
This commit is contained in:
DarioS
2021-10-18 07:38:25 +02:00
parent 5fd59ff20f
commit fa2e833f50
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -4738,10 +4738,12 @@ local function MakeMoreFaces( Proc, nPhase, nRawId, nPartId, dOvmHead, bSinglePa
-- settaggio voluto da Alessandro/Fabio (per fare angoli con fresa piccola)
sMchFind = 'Pocket'
local dDiam = min( dH, dV)
if bSinglePart and (( Proc.Fct == 1) or ( Proc.Fct == 2 and bIsL) or ( Proc.Fct == 3 and bIsU)) then
if bSinglePart and (( Proc.Fct == 1) or ( Proc.Fct == 2 and bIsL) or ( Proc.Fct == 3 and bIsU) or Proc.Fct == 4) then
sMchFind = 'OpenPocket'
if bIsU then
dDiam = GetUShapeWidth( Proc, nFacInd) or dDiam
elseif Proc.Fct == 4 then
dDiam = min( dH, dV) * 0.5
else
dDiam = 300
end