OmagCUT :
- modifica per allungamento tagli inclinati - corretto comando cancellazione file per Num Flexium - aggiustamenti per modifiche filtro selezione.
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user