correzione minore in WallExec -> SetMirroredFeatures
This commit is contained in:
@@ -783,7 +783,7 @@ local function SetMirroredFeatures( vProc, b3Raw)
|
||||
-- se di fianco, si sceglie se le feature sono compatibili con il doppio e nel caso che tipo di lavorazione fare
|
||||
-- -1: no doppio, 0: nessuna preferenza, 1: pocket, 2: side (scambio faccia principale)
|
||||
local nDoubleType = 0
|
||||
local bAllowSideOnMirror = ( ProcMirror.DistanceToRawPart.Back - Proc.DistanceToRawPart.Front < 10 * GEO.EPS_SMALL)
|
||||
local bAllowSideOnMirror = ( ProcMirror.DistanceToRawPart.Back - Proc.DistanceToRawPart.Front < 1 + 10 * GEO.EPS_SMALL)
|
||||
if bLapVsTop and ( Proc.AffectedFaces.Top or Proc.AffectedFaces.Bottom) then
|
||||
-- side
|
||||
if bIsFeatureOnEdge and bIsMirrorFeatureOnEdge then
|
||||
|
||||
Reference in New Issue
Block a user