Modifiche asportazioni volumei avanzate

This commit is contained in:
LorenzoM
2021-08-03 16:17:31 +02:00
parent f302e52206
commit 2cc5c505e3
+5 -1
View File
@@ -1807,7 +1807,11 @@ VolZmap::GenTool_ZDrilling( int nGrid, const Point3d& ptS, const Point3d& ptE, c
Point3d ptCenS = ptI - vtToolDir * ( ptStart.y - ptCen.y) ;
Point3d ptCenE = ptCenS + vtMove ;
// Eseguo l'asportazione del materiale
CompBall_Milling( nGrid, ptCenS, ptCenE, dRadius) ;
if ( m_Tool.GetCuttingFlag())
CompBall_Milling( nGrid, ptCenS, ptCenE, dRadius) ;
else if ( pCurve->GetTempProp( 1) == 1) {
/*SurfSpherePart_Milling( nGrid, ptCenS, ptCenS, vtToolDir, dRadius, double dInfH, double dSupH, bool bOuterCutter)*/ ;
}
// aggiorno l'altezza
//dHeight = abs( ptStart.y - ptEnd.y) ;
}