Removed Object3DTypes - changed to SelectionGroup class

This commit is contained in:
Lars Brubaker 2017-12-19 16:57:59 -08:00
parent 804d488f0e
commit a4ba17817e
15 changed files with 44 additions and 33 deletions

View file

@ -34,7 +34,6 @@ using System.Threading.Tasks;
using MatterHackers.DataConverters3D;
using MatterHackers.MatterControl.Library;
using MatterHackers.MatterControl.PartPreviewWindow;
using MatterHackers.MeshVisualizer;
using MatterHackers.PolygonMesh;
using MatterHackers.VectorMath;
@ -173,7 +172,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
// of the scene when it loses focus
scene.Children.Modify((Action<List<IObject3D>>)((List<IObject3D> list) =>
{
(this).CollapseInto(list, (Object3DTypes)Object3DTypes.Node);
(this).CollapseInto(list, false);
}));
// Create and push the undo operation