EgtMachKernel 1.6p1 :

- sistemazione lavorazioni di finitura cornici lineari con lama
- aggiunto aggiornamento dati utensile all'inizio calcolo lavorazione.
This commit is contained in:
Dario Sassi
2016-04-13 06:35:18 +00:00
parent 2c8c8457a2
commit 8a9fdc4d84
19 changed files with 1237 additions and 326 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ Machining::GetDistanceFromRawSide( int nPhase, const Point3d& ptP, const Vector3
if ( IsNull( pRay) || ! pRay->SetPVL( ptP, vtDir, RAY_LEN))
return false ;
pRay->ToLoc( frStm) ;
IntersCurveCurve intCC( *Get( pRay), *pOut) ;
IntersCurveCurve intCC( *pRay, *pOut) ;
IntCrvCrvInfo aInfo ;
if ( intCC.GetIntCrvCrvInfo( 0, aInfo))
dDist = aInfo.IciA[0].dU * RAY_LEN ;