New NestEngineBase subclass that dedicates a tight strip to the largest-area drawing and fills the remnant with remaining drawings. Tries both bottom and left orientations, uses a shrink loop to find the tightest strip, and picks the denser result. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
95 B
C#
9 lines
95 B
C#
namespace OpenNest
|
|
{
|
|
public enum StripDirection
|
|
{
|
|
Bottom,
|
|
Left
|
|
}
|
|
}
|