Improving base object

Took out object list attribute
Refactoring
This commit is contained in:
Lars Brubaker 2018-06-07 14:20:39 -07:00
parent ecd8c8edba
commit 3150dc2c27
19 changed files with 166 additions and 112 deletions

View file

@ -44,7 +44,7 @@ namespace MatterHackers.MatterControl.DesignTools
public SphereObject3D()
{
Name = "Sphere".Localize();
Color = ApplicationController.Instance.PrimitiveColors["Sphere"];
Color = Operations.Object3DExtensions.PrimitiveColors["Sphere"];
}
public SphereObject3D(double diameter, int sides)