Make thumbnails icons for design history

This commit is contained in:
LarsBrubaker 2020-09-28 08:00:35 -07:00
parent b410ba9ff1
commit 4aa132904c
17 changed files with 86 additions and 13 deletions

View file

@ -46,6 +46,8 @@ namespace MatterHackers.MatterControl.DesignTools
Color = Operations.Object3DExtensions.PrimitiveColors["Sphere"];
}
public override string ThumbnailName => "Sphere";
public SphereObject3D(double diameter, int sides)
: this()
{