Extract embedded types to new files

This commit is contained in:
John Lewin 2018-03-01 09:56:50 -08:00
parent 74b6a7f30f
commit 06e9a73b03
12 changed files with 180 additions and 91 deletions

View file

@ -32,12 +32,11 @@ using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using MatterHackers.DataConverters3D;
using MatterHackers.MatterControl.Library;
using MatterHackers.MatterControl.PartPreviewWindow;
using MatterHackers.PolygonMesh;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.PrintLibrary
namespace MatterHackers.MatterControl.Library
{
public class InsertionGroup : Object3D
{