feat: add Pattern class for grouping parts with relative positions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 00:52:11 -05:00
parent 949a9ffc7d
commit f4779b878c
2 changed files with 58 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
<Compile Include="NestDirection.cs" />
<Compile Include="NestEngine.cs" />
<Compile Include="NestItem.cs" />
<Compile Include="Pattern.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RectanglePacking\Bin.cs" />
<Compile Include="RectanglePacking\FillBestFit.cs" />