EgtMachKernel 2.3a6 :
- corretta lavorazione mortasature inclinate.
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user