fix: swap BestFitCell dimension display to height x width
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenNest.Controls
|
|||||||
metadataLines = new[]
|
metadataLines = new[]
|
||||||
{
|
{
|
||||||
string.Format("#{0} {1:F1}x{2:F1} Area={3:F1}",
|
string.Format("#{0} {1:F1}x{2:F1} Area={3:F1}",
|
||||||
rank, result.BoundingWidth, result.BoundingHeight, result.RotatedArea),
|
rank, result.BoundingHeight, result.BoundingWidth, result.RotatedArea),
|
||||||
string.Format("Util={0:P1} Rot={1:F1}\u00b0",
|
string.Format("Util={0:P1} Rot={1:F1}\u00b0",
|
||||||
result.Utilization,
|
result.Utilization,
|
||||||
Angle.ToDegrees(result.OptimalRotation)),
|
Angle.ToDegrees(result.OptimalRotation)),
|
||||||
|
|||||||
Reference in New Issue
Block a user