Put colors back on primitives

Added 'Advanced' to more primitives
Removed redundant primitives
This commit is contained in:
Lars Brubaker 2018-04-26 14:58:38 -07:00
parent 676457c6b7
commit d1629c9433
22 changed files with 243 additions and 311 deletions

View file

@ -29,6 +29,7 @@ either expressed or implied, of the FreeBSD Project.
using System;
using System.ComponentModel;
using MatterHackers.Agg;
using MatterHackers.Agg.UI;
using MatterHackers.Agg.VertexSource;
using MatterHackers.DataConverters3D;
@ -38,10 +39,9 @@ namespace MatterHackers.MatterControl.DesignTools
{
public class RoofObject3D : Object3D, IRebuildable
{
public RoofObject3D()
{
Color = PrimitiveColors["Roof"];
}
public static RoofObject3D Create()