DataBeam :
- in ProcessDril modifica a ricalcolo MaxElev quando distanza circa 0 - in ProcessLapJoint sistemato orientamento lama - in ProcessScarfJoint aggiunta gestione PF1250 e TURN - in ProcessTenon migliorata scelta punto iniziale.
This commit is contained in:
@@ -413,9 +413,9 @@ function ProcessDrill.Make( Proc, nPhase, nRawId, nPartId)
|
||||
if dMaxDepth == 0 then
|
||||
dMaxDepth = dMaxDepthOri
|
||||
end
|
||||
if dHoleToCutDistance > 0 then
|
||||
if dHoleToCutDistance > 10 * GEO.EPS_SMALL then
|
||||
dMaxElev = dLen - dHoleToCutDistance
|
||||
elseif dHoleToCutDistance < 0 then
|
||||
elseif dHoleToCutDistance < -10 * GEO.EPS_SMALL then
|
||||
dMaxElev = -dHoleToCutDistance
|
||||
end
|
||||
local dToolAddLength = dLen - dMaxElev
|
||||
|
||||
Reference in New Issue
Block a user