refactor: rename Size.Height to Size.Length across codebase
"Length" is more natural than "height" for flat plate materials. Renames the field on OpenNest.Geometry.Size, Box.Height property, and all references across 38 files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ namespace OpenNest.RectanglePacking
|
||||
};
|
||||
|
||||
bin.Width += partSpacing;
|
||||
bin.Height += partSpacing;
|
||||
bin.Length += partSpacing;
|
||||
|
||||
return bin;
|
||||
}
|
||||
@@ -25,7 +25,7 @@ namespace OpenNest.RectanglePacking
|
||||
var box = item.Drawing.Program.BoundingBox();
|
||||
|
||||
box.Width += partSpacing;
|
||||
box.Height += partSpacing;
|
||||
box.Length += partSpacing;
|
||||
|
||||
return new Item
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user