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

@ -49,7 +49,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
this.Name = child.Name;
this.OwnerID = ownerId;
this.MaterialIndex = child.MaterialIndex;
this.ItemType = child.ItemType;
this.OutputType = child.OutputType;
this.Color = child.Color;
this.Mesh = child.Mesh;