aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/ThreadCharacteristicsExelModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/ThreadCharacteristicsExelModel.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/ThreadCharacteristicsExelModel.cs37
1 files changed, 0 insertions, 37 deletions
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; }
- }
-}