DataBeam :
- migliorie.
This commit is contained in:
@@ -47,8 +47,8 @@ function MachiningLib.FindPocketing( sType, dMaxDiam, dDepth)
|
||||
if sTool and EgtTdbSetCurrTool( sTool) then
|
||||
local dTDiam = EgtTdbGetCurrToolParam( MCH_TP.DIAM)
|
||||
local dTMaxDepth = EgtTdbGetCurrToolMaxDepth()
|
||||
if ( not dMaxDiam or dTDiam < dMaxDiam) and
|
||||
( not dDepth or dTMaxDepth > dDepth) then
|
||||
if ( not dMaxDiam or dTDiam < dMaxDiam + GEO.EPS_SMALL) and
|
||||
( not dDepth or dTMaxDepth > dDepth - GEO.EPS_SMALL) then
|
||||
return Pocketing.Name
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user