Integration 2.7g1 :

- modifiche per avere origine e spiazzamenti di grezzo per pareti in file btm anzichè btl.
This commit is contained in:
Dario Sassi
2025-07-17 17:28:36 +02:00
parent cf549ec8cf
commit 2814015459
4 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -83,10 +83,6 @@ namespace ib.essetre.integration.egaltech
tw.WriteLine( Constants.USERATTRIBUTE + "\"BARLEN\":" + "\"" + barLength + "\"") ;
tw.WriteLine( Constants.USERATTRIBUTE + "\"PANELLEN\":" + "\"" + panelLength + "\"") ;
tw.WriteLine( Constants.USERATTRIBUTE + "\"PANELWIDTH\":" + "\"" + panelWidth + "\"") ;
tw.WriteLine( Constants.USERATTRIBUTE + "\"REFPOS\":" + "\"" + RefPos.ToString() + "\"") ;
tw.WriteLine(Constants.USERATTRIBUTE + "\"PANELDELTAX\":" + "\"" + panelDeltaX + "\"");
tw.WriteLine(Constants.USERATTRIBUTE + "\"PANELDELTAY\":" + "\"" + panelDeltaY + "\"");
tw.WriteLine(Constants.USERATTRIBUTE + "\"PANELDELTAZ\":" + "\"" + panelDeltaZ + "\"");
tw.WriteLine( Constants.USERATTRIBUTE + "\"PROJECT\":" + "\"" + ( IsFromProject ? "1" : "0") + "\"") ;
if ( nStart <= 0) {
@@ -214,10 +210,14 @@ namespace ib.essetre.integration.egaltech
{
using ( var tw = new StreamWriter( Path.ChangeExtension( BtlPath, ".btm"), false)) {
tw.WriteLine( "[AuxData]") ;
tw.WriteLine( "LOAD90=" + barLoad90) ;
tw.WriteLine( "PROGID=" + nStart.ToString()) ;
tw.WriteLine( "PROJID=" + projectNumber) ;
tw.WriteLine( "PRODID=" + (IsFromProject ? "0" : productionId.ToString())) ;
tw.WriteLine( "LOAD90=" + barLoad90) ;
tw.WriteLine( "REFPOS=" + RefPos.ToString()) ;
tw.WriteLine( "PANELDELTAX=" + panelDeltaX) ;
tw.WriteLine( "PANELDELTAY=" + panelDeltaY) ;
tw.WriteLine( "PANELDELTAZ=" + panelDeltaZ) ;
}
}
catch {
@@ -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.7.1.1")]
[assembly: AssemblyFileVersion("2.7.1.1")]
[assembly: AssemblyVersion("2.7.7.1")]
[assembly: AssemblyFileVersion("2.7.7.1")]
Binary file not shown.
Binary file not shown.