feat: add OpenNest.Data project with MachineType and UnitSystem enums
This commit is contained in:
8
OpenNest.Data/MachineType.cs
Normal file
8
OpenNest.Data/MachineType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace OpenNest.Data;
|
||||
|
||||
public enum MachineType
|
||||
{
|
||||
Laser,
|
||||
Plasma,
|
||||
Waterjet
|
||||
}
|
||||
Reference in New Issue
Block a user