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

@ -45,6 +45,8 @@ namespace MatterHackers.MatterControl.DesignTools
Color = Operations.Object3DExtensions.PrimitiveColors["HalfSphere"];
}
public override string ThumbnailName => "Half Sphere";
public HalfSphereObject3D(double diametar, int sides)
{
this.Diameter = diametar;