Working on adding new CSG operator

This commit is contained in:
Lars Brubaker 2021-06-17 18:24:19 -07:00
parent 94befb957c
commit 3988b47019
3 changed files with 21 additions and 3 deletions

View file

@ -27,14 +27,12 @@ of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.
*/
using System;
using System.Threading;
using System.Threading.Tasks;
using g3;
using MatterHackers.Agg.UI;
using MatterHackers.DataConverters3D;
using MatterHackers.Localizations;
using MatterHackers.MatterControl;
using MatterHackers.MatterControl.DesignTools.Operations;
using MatterHackers.PolygonMesh;

View file

@ -36,7 +36,6 @@ using MatterHackers.Agg.UI;
using MatterHackers.DataConverters3D;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.DesignTools.Operations;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
{