DataWall :

- nei contorni limiti portato a 100 la minima lunghezza da tagliare con lama
- nei LapJoint se non trova SideGroove prova con sega a catena.
This commit is contained in:
Dario Sassi
2021-02-19 11:05:47 +00:00
parent 383439e118
commit 5e23fdae6a
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1481,8 +1481,8 @@ local function MakeMoreFaces( Proc, nRawId, b3Raw)
local _, dH, dV = EgtSurfTmFacetMinAreaRectangle( Proc.Id, nFacInd, GDB_ID.ROOT)
-- se di fianco
if Proc.Fct >= 3 and vtN:getZ() < WD.NZ_MINA then
-- fresatura
if dElev < 200 then
-- fresatura (se definita)
if dElev < 200 and WM.FindMilling( 'SideGroove') then
return MakeSideGrooveByMill( Proc, nFacInd, nRawId, b3Raw)
-- altrimenti sega a catena
else