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:
@@ -84,7 +84,7 @@ function WPD.Make( Proc, nRawId, b3Raw)
|
||||
local vtExtr = EgtCurveExtrusion( AuxId, GDB_RT.GLOB)
|
||||
local bOpen = ( Proc.Fcs ~= 0 and Proc.Fce ~= 0)
|
||||
-- verifico che il foro non sia fattibile solo da sotto
|
||||
local bToInvert = ( vtExtr:getZ() < 0)
|
||||
local bToInvert = ( vtExtr:getZ() < -0.1)
|
||||
if bToInvert and ( not bOpen or Proc.Flg ~= 1) then
|
||||
local sErr = 'Error : drilling from bottom impossible'
|
||||
EgtOutLog( sErr)
|
||||
|
||||
Reference in New Issue
Block a user