feat: add View > Draw Offset menu item
Toggles offset geometry visualization from the View menu, matching the existing Draw Rapids and Draw Bounds menu pattern. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -378,6 +378,12 @@ namespace OpenNest.Forms
|
||||
PlateView.Invalidate();
|
||||
}
|
||||
|
||||
public void ToggleDrawOffset()
|
||||
{
|
||||
PlateView.DrawOffset = !PlateView.DrawOffset;
|
||||
PlateView.Invalidate();
|
||||
}
|
||||
|
||||
public void ToggleFillParts()
|
||||
{
|
||||
PlateView.FillParts = !PlateView.FillParts;
|
||||
|
||||
Reference in New Issue
Block a user