DataWall :

- corretto controllo foro sottosquadra
- corretta gestione contorni liberi per lato di lavoro 3 e 4
- corretto LapJoint chiuso ma senza fondo lavorato come contorno libero.
This commit is contained in:
Dario Sassi
2020-11-17 16:40:22 +00:00
parent 5646af535b
commit 3ac926f694
4 changed files with 28 additions and 3 deletions
+3 -1
View File
@@ -381,7 +381,9 @@ local function MakeByCut( Proc, nRawId, b3Raw)
if AuxId then
AuxId = AuxId + Proc.Id
local vtExtr= EgtCurveExtrusion( AuxId, GDB_RT.GLOB)
bOpposite = ( vtExtr and vtExtr:getZ() < 0)
if vtExtr then
bOpposite = ( Proc.Grp == 4 and vtExtr:getZ() < 0) or ( Proc.Grp == 3 and vtExtr:getZ() > 0)
end
end
-- recupero la lavorazione di taglio con lama e i suoi parametri
local sCutting, dSawDiam, dSawThick, dSawMaxDepth = WM.FindCutting( 'Standard')