Integration 2.3j2 :

- corretta esportazione FreeContour con un singolo contorno (errore introdotto quando aggiunta gestione 2 contorni ver.2.3j1).
This commit is contained in:
DarioS
2021-10-19 12:34:18 +02:00
parent 931b57d7a8
commit 408d7f0632
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ namespace ib.essetre.integration.egaltech
tw.Write("P06:" + MultAndConvertTo8( (_FcEnt - GetContourArrayCount( ref arrParam))) + " ") ;
tw.Write("P07:" + MultAndConvertTo8(singleFeature.processParameters[6]) + " ");
if ( nInd == 0)
tw.Write("P08:" + _FcEnt + " ");
tw.Write("P08:" + "00000000" + " ");
else
tw.Write("P08:" + MultAndConvertTo8( ( nInd == 1 ? "100" : "101")) + " ");
if ( i == arrParam.Length - 1) // Verifica se ci troviamo all'ultimo parametro di POLY
@@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// usando l'asterisco '*' come illustrato di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.10.1")]
[assembly: AssemblyFileVersion("2.3.10.1")]
[assembly: AssemblyVersion("2.3.10.2")]
[assembly: AssemblyFileVersion("2.3.10.2")]