OmagCUT :

- modifica per allungamento tagli inclinati
- corretto comando cancellazione file per Num Flexium
- aggiustamenti per modifiche filtro selezione.
This commit is contained in:
Dario Sassi
2016-09-27 18:24:21 +00:00
parent 3b157cf432
commit 8d489a744a
11 changed files with 27 additions and 12 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ Public Module SplitAuto
Dim dEndAddLen As Double = -10
EgtGetMachiningParam(MCH_MP.ENDADDLEN, dEndAddLen)
' verifico se trasformabile in un taglio di separazione (almeno da un lato)
If Math.Abs(Mach.m_dSideAng) < EPS_ANG_SMALL And
'If Math.Abs(Mach.m_dSideAng) < EPS_ANG_SMALL And
If True And
(dStartAddLen > -EPS_SMALL Or dEndAddLen > -EPS_SMALL) And
Mach.m_sLay = NAME_OUTLOOP And Mach.m_nInterf = FMI_TYPE.NONE Then
Dim nRes As Integer = EgtVerifyCutAsSplitting(nOperId)