- piccole correzioni ai tagli

This commit is contained in:
luca.mazzoleni
2025-12-17 12:29:19 +01:00
parent c290254bae
commit 79417998a2
2 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ function LeadInOutLib.CalculateLeadInOut( sLeadInOutType, Parameters)
LeadIn.dPerpDistance = max( dDistanceToPartStart * vtEdgePreviousInvLoc:getY(), dDepthToMachine)
LeadIn.dTangentDistance = max( dDistanceToPartStart, dDepthToMachinePrevious) * -abs( vtEdgePreviousInvLoc:getX())
LeadOut.dPerpDistance = max( dDistanceToPartEnd * vtEdgeNextLoc:getY(), dDepthToMachine)
LeadOut.dTangentDistance = max( dDistanceToPartEnd, dDepthToMachine) * vtEdgeNextLoc:getX()
LeadOut.dTangentDistance = max( dDistanceToPartEnd, dDepthToMachineNext) * vtEdgeNextLoc:getX()
elseif sLeadInOutType == 'Tangent' then
LeadIn.dTangentDistance = Tool.dDiameter / 2 + BeamData.CUT_SIC