Took out legacy csg code

refactoring
This commit is contained in:
Lars Brubaker 2021-11-26 12:49:42 -08:00
parent d5ac8376aa
commit 9cfc85f90e
60 changed files with 67 additions and 1807 deletions

View file

@ -38,6 +38,7 @@ using MatterHackers.DataConverters2D;
using MatterHackers.DataConverters3D;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.PartPreviewWindow;
using MatterHackers.PolygonMesh.Processors;
using Polygon = System.Collections.Generic.List<ClipperLib.IntPoint>;
using Polygons = System.Collections.Generic.List<System.Collections.Generic.List<ClipperLib.IntPoint>>;