Merge branch 'Feature/FindMirroredFeatures' into develop

This commit is contained in:
luca.mazzoleni
2023-01-31 17:36:55 +01:00
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -1476,11 +1476,6 @@ local function VerifyMortiseMirrored( Proc, vProc, b3Raw)
-- elevazione del punto centrale
local _, dCenElev = BL.GetPointDirDepth( nPartId, ptC, vtN)
dMorH = max( dMorH, dCenElev or 0)
-- se non è lavorabile da sopra esco
local bPockUp = ( BD.DOWN_HEAD and vtExtr:getZ() > -0.259)
if not bPockUp then
return
end
-- recupero lavorazione adatta
local sPockType = 'Mortise'
local sPocketing
+1 -1
View File
@@ -405,7 +405,7 @@ function ProcessMortise.Make( Proc, nPhase, nRawId, nPartId, dCurrOvmH)
end
local bExcludeH2 = false
if Proc.Double and Proc.Double > 0 then
bPockUp = true
bPockUp = false
bPockDown = false
bExcludeH2 = true
sMchExt = ''