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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user