EgtMachKernel 2.3a6 :

- corretta lavorazione mortasature inclinate.
This commit is contained in:
Dario Sassi
2021-02-01 08:08:24 +00:00
parent 769a780273
commit 100f5aacdb
4 changed files with 21 additions and 14 deletions
+2
View File
@@ -689,6 +689,8 @@ Operation::AdjustCurveFromSurf( ICurveComposite* pCrvCompo, int nToolDir, int nF
while ( pCrv != nullptr) {
Vector3d vtDir ; pCrv->GetMidDir( vtDir) ;
if ( ( vtN ^ vtDir) * vtRef < COS_ANG_MAX) {
vtDirPrev = vtDir ;
vtDirNext = vtDir ;
pCrvCompo->ChangeStartPoint( i) ;
break ;
}