EgtMachKernel 1.6t3 :
- piccola correzione su taglio con lama per distanza da bordo grezzo.
This commit is contained in:
Binary file not shown.
+1
-1
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user