The Curve tool can rebuild when its children change

Adding Rebuliding and Rebuild to IObject3D
This commit is contained in:
Lars Brubaker 2018-05-22 09:45:01 -07:00
parent 410c95d613
commit ca438aba4b
30 changed files with 68 additions and 46 deletions

View file

@ -41,7 +41,7 @@ using Newtonsoft.Json;
namespace MatterHackers.MatterControl.DesignTools
{
public class ImageObject3D : AssetObject3D, IRebuildable
public class ImageObject3D : AssetObject3D, IPublicPropertyObject
{
private const double DefaultSizeMm = 60;