Merge branch 'Feature/FindMirroredFeatures' into develop
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user