EgtMachKernel 1.6t3 :

- piccola correzione su taglio con lama per distanza da bordo grezzo.
This commit is contained in:
Dario Sassi
2016-08-25 16:01:03 +00:00
parent 85e9265edd
commit 5f233497ac
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -2925,7 +2925,7 @@ Sawing::AdjustLineForEdges( ICurveLine* pLine, double dElev, const Vector3d& vtT
pLine->GetStartDir( vtDir) ;
// determino la distanza dal bordo del grezzo
double dDist = 0, dDist2 = 0 ;
if ( ! GetDistanceFromRawSide( m_nPhase, ptP, - vtDir, dDist) &&
if ( ! GetDistanceFromRawSide( m_nPhase, ptP, - vtDir, dDist) ||
! GetDistanceFromRawSide( m_nPhase, ptP + vtThick, - vtDir, dDist2))
return false ;
dDeltaI = max( dDist, dDist2) ;