feat: add bend line rendering and grain warning in PlateView
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -479,6 +479,12 @@ namespace OpenNest.Forms
|
||||
PlateView.Invalidate();
|
||||
}
|
||||
|
||||
public void ToggleBendLines()
|
||||
{
|
||||
PlateView.ShowBendLines = !PlateView.ShowBendLines;
|
||||
PlateView.Invalidate();
|
||||
}
|
||||
|
||||
public void ToggleDrawOffset()
|
||||
{
|
||||
PlateView.DrawOffset = !PlateView.DrawOffset;
|
||||
|
||||
Reference in New Issue
Block a user