feat: move PushDirection enum to OpenNest.Core
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
<Compile Include="Converters\ConvertMode.cs" />
|
||||
<Compile Include="Nest.cs" />
|
||||
<Compile Include="Part.cs" />
|
||||
<Compile Include="PushDirection.cs" />
|
||||
<Compile Include="Collections\ObservableList.cs" />
|
||||
<Compile Include="Plate.cs" />
|
||||
<Compile Include="CNC\Program.cs" />
|
||||
|
||||
11
OpenNest.Core/PushDirection.cs
Normal file
11
OpenNest.Core/PushDirection.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace OpenNest
|
||||
{
|
||||
public enum PushDirection
|
||||
{
|
||||
Up,
|
||||
Down,
|
||||
Left,
|
||||
Right
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user