EgtMachKernel 1.6p1 :
- sistemazione lavorazioni di finitura cornici lineari con lama - aggiunto aggiornamento dati utensile all'inizio calcolo lavorazione.
This commit is contained in:
+1
-1
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user