From 56ee03aba6d6f27bccaf22be8160c4bb835e53ea Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Thu, 25 Nov 2021 18:47:54 +0200 Subject: Save RML Extensions parameters in excel file. --- .../Models/ThreadCharacteristicsExelModel.cs | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/ThreadCharacteristicsExelModel.cs (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/ThreadCharacteristicsExelModel.cs') diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/ThreadCharacteristicsExelModel.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/ThreadCharacteristicsExelModel.cs deleted file mode 100644 index 1f894d70b..000000000 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/ThreadCharacteristicsExelModel.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Tango.MachineStudio.ThreadExtensions.Models -{ - public class ThreadCharacteristicsExcelModel - { - public String ThreadName { get; set; } - public String Manufacturer { get; set; } - public String Brand { get; set; } - public String Country { get; set; } - public String EndUse { get; set; } - public String Applications { get; set; } - public String IndustrySector { get; set; } - public String Material { get; set; } - public String Type { get; set; } - public String SubFamily { get; set; } - public String Family { get; set; } - public String Group { get; set; } - public String Texturing { get; set; } - public String Geometry { get; set; } - public String Color { get; set; } - public String GlossLevel { get; set; } - public double LinearDensity { get; set; } - public String Unit { get; set; } - public int Plies { get; set; } - public int FilamentCountPerPlie { get; set; } - public int LinearDensityCount { get; set; } - public int CountDen { get; set; } - public String FiberCount  { get; set; } - public int Twist { get; set; } - public String TwistDirection { get; set; } - } -} -- cgit v1.3.1