Cleaning and improving editing properties.

This commit is contained in:
Lars Brubaker 2018-01-26 17:53:54 -08:00
parent 7f036af2b3
commit 2346ed359e
13 changed files with 151 additions and 153 deletions

View file

@ -30,14 +30,9 @@ either expressed or implied, of the FreeBSD Project.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using MatterHackers.Agg;
using MatterHackers.Agg.UI;
using MatterHackers.DataConverters3D;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.CustomWidgets;
using MatterHackers.PolygonMesh;
using MatterHackers.DataConverters3D.UndoCommands;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.PartPreviewWindow.View3D