Improving base object
Took out object list attribute Refactoring
This commit is contained in:
parent
ecd8c8edba
commit
3150dc2c27
19 changed files with 166 additions and 112 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue