Integration 2.3i1 :
- aggiunta scrittura materiale nel BTL.
This commit is contained in:
@@ -60,6 +60,7 @@ namespace ib.essetre.integration.egaltech
|
||||
foreach ( Part singlePart in parts) {
|
||||
tw.WriteLine( Constants.PART) ;
|
||||
tw.WriteLine( Constants.SINGLE_MEMBER_NUMBER + singlePart.singleMemberNumber) ;
|
||||
tw.WriteLine( Constants.MATERIAL + singlePart.Material) ;
|
||||
tw.WriteLine( Constants.COUNT + singlePart.count) ;
|
||||
|
||||
double len = Convert.ToDouble( singlePart.length) * Math.Pow( 10, Constants.scaleUnit) ;
|
||||
|
||||
@@ -17,6 +17,7 @@ namespace ib.essetre.integration.egaltech
|
||||
public const string SCALE_UNIT = "SCALEUNIT: " ;
|
||||
public const string SINGLE_MEMBER_NUMBER = "SINGLEMEMBERNUMBER: " ;
|
||||
public const string DESIGNATION = "DESIGNATION: " ;
|
||||
public const string MATERIAL = "MATERIAL: " ;
|
||||
public const string COUNT = "COUNT: " ;
|
||||
public const string LENGTH = "LENGTH: " ;
|
||||
public const string HEIGHT = "HEIGHT: " ;
|
||||
|
||||
@@ -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.8.1")]
|
||||
[assembly: AssemblyFileVersion("2.3.8.1")]
|
||||
[assembly: AssemblyVersion("2.3.9.1")]
|
||||
[assembly: AssemblyFileVersion("2.3.9.1")]
|
||||
|
||||
Reference in New Issue
Block a user