diff --git a/OpenNest.Core/Drawing.cs b/OpenNest.Core/Drawing.cs index db6841a..c1d7efd 100644 --- a/OpenNest.Core/Drawing.cs +++ b/OpenNest.Core/Drawing.cs @@ -33,7 +33,7 @@ namespace OpenNest public int Priority { get; set; } - public Quantity Quantity; + public DwgQty Quantity; public Material Material { get; set; } diff --git a/OpenNest.Core/Quantity.cs b/OpenNest.Core/DwgQty.cs similarity index 91% rename from OpenNest.Core/Quantity.cs rename to OpenNest.Core/DwgQty.cs index 8643e68..6d4b60f 100644 --- a/OpenNest.Core/Quantity.cs +++ b/OpenNest.Core/DwgQty.cs @@ -1,6 +1,6 @@ namespace OpenNest { - public struct Quantity + public struct DwgQty { public int Nested { get; internal set; }