OmagCUT 2.2b3 :

- aggiunta possibilità di cornici lavorate con lama orizzontale e guida rettilinea.
This commit is contained in:
Dario Sassi
2020-02-18 11:59:14 +00:00
parent 3918092942
commit 96c979bc58
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -754,8 +754,8 @@ Public Class FrameCutPageUC
Dim dArea As Double = 0
EgtCurveAreaXY( nCrvId, dArea)
If Not bClosed Then EgtRemoveCurveCompoCurve( nCrvId)
If Math.Abs( dArea) < 10000 Then Return False
If dArea < 0 Then EgtInvertCurve( nCrvId)
'If Math.Abs( dArea) < 10000 Then Return False
If dArea < -1 Then EgtInvertCurve( nCrvId)
' Se curva chiusa, impongo inizio a metà del lato a X max
If bClosed Then
Dim b3Guide As New BBox3d
+2 -2
View File
@@ -62,5 +62,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.2.2.2")>
<Assembly: AssemblyFileVersion("2.2.2.2")>
<Assembly: AssemblyVersion("2.2.2.3")>
<Assembly: AssemblyFileVersion("2.2.2.3")>