refactor: rename DefinedShape to ShapeProfile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 22:19:49 -04:00
parent 0c395421cd
commit e4e1d9b5a3
3 changed files with 5 additions and 5 deletions

View File

@@ -398,7 +398,7 @@ namespace OpenNest.Geometry
public override Entity OffsetEntity(double distance, OffsetSide side)
{
var offsetShape = new Shape();
var definedShape = new DefinedShape(this);
var definedShape = new ShapeProfile(this);
Entity lastEntity = null;
Entity lastOffsetEntity = null;