DataBeam :

- correzione a split fori (se troppo inclinati non va fatta)
- aggiunto utilizzo funzione EgtSurfTmGetFacetBBoxRef per ingombro faccia secondo una direzione voluta
- in LapJoint correzioni varie.
This commit is contained in:
Dario Sassi
2020-06-18 18:27:12 +00:00
parent bcd393cfb2
commit 58c41ea49e
4 changed files with 80 additions and 67 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ function MachiningLib.FindPocketing( sType, dMaxDiam, dDepth)
local dTMaxDepth = EgtTdbGetCurrToolMaxDepth()
if ( not dMaxDiam or dTDiam < dMaxDiam + GEO.EPS_SMALL) and
( not dDepth or dTMaxDepth > dDepth - GEO.EPS_SMALL) then
return Pocketing.Name
return Pocketing.Name, dTDiam, dTMaxDepth
end
end
end