DataWall :
- migliorie a nesting - aggiunta gestione prefori - migliorie a rifinitura tagli inclinati.
This commit is contained in:
@@ -426,8 +426,8 @@ function WPD.Make( Proc, nRawId, b3Raw)
|
||||
sMyWarn = (sMyWarn or sWarn)
|
||||
end
|
||||
end
|
||||
|
||||
if WD.PREDRILL_DIAM and WD.PREDRILL_DIAM > 0 and vtExtr:getZ() < ( WD.PREDRILL_MINANGLE or 0.707) then
|
||||
-- se preforo inclinato impostato, inclinazione oltre limite impostato e foro non orizzontale
|
||||
if WD.PREDRILL_DIAM and WD.PREDRILL_DIAM > 0 and vtExtr:getZ() < ( WD.PREDRILL_MINANGLE or 0.707) and vtExtr:getZ() > 0.1 then
|
||||
-- gruppo ausiliario per preforo
|
||||
local nAddGrpId = WL.GetAddGroup( Proc.PartId)
|
||||
-- calcolo profondita' foro
|
||||
@@ -466,7 +466,6 @@ function WPD.Make( Proc, nRawId, b3Raw)
|
||||
EgtSetInfo( nMchId, 'MOVE_BEFORE', 1)
|
||||
-- aggiungo geometria
|
||||
EgtSetMachiningGeometry( {{ nPreHoleId, -1}})
|
||||
--EgtSetMachiningParam( MCH_MP.TOOLINVERT, bToInvert)
|
||||
|
||||
-- note utente, dichiarazione nessuna generazione sfridi per Vmill
|
||||
local sUserNotes = 'VMRS=0;'
|
||||
|
||||
Reference in New Issue
Block a user