Make thumbnails icons for design history
This commit is contained in:
parent
b410ba9ff1
commit
4aa132904c
17 changed files with 86 additions and 13 deletions
|
|
@ -46,7 +46,7 @@ using Newtonsoft.Json.Converters;
|
|||
namespace MatterHackers.MatterControl.DesignTools
|
||||
{
|
||||
[HideChildrenFromTreeView]
|
||||
public class TextObject3D : Object3D
|
||||
public class TextObject3D : Object3D, IStaticThumbnail
|
||||
{
|
||||
public TextObject3D()
|
||||
{
|
||||
|
|
@ -54,6 +54,8 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
Color = Operations.Object3DExtensions.PrimitiveColors["Text"];
|
||||
}
|
||||
|
||||
public string ThumbnailName => "Text";
|
||||
|
||||
public override Mesh Mesh
|
||||
{
|
||||
get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue