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:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user