The Curve tool can rebuild when its children change
Adding Rebuliding and Rebuild to IObject3D
This commit is contained in:
parent
410c95d613
commit
ca438aba4b
30 changed files with 68 additions and 46 deletions
|
|
@ -43,7 +43,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
using Polygons = List<List<IntPoint>>;
|
||||
public enum BaseTypes { None, Rectangle, Circle, /* Oval, Frame,*/ Outline, };
|
||||
|
||||
public class BaseObject3D : Object3D, IRebuildable, IPropertyGridModifier
|
||||
public class BaseObject3D : Object3D, IPublicPropertyObject, IPropertyGridModifier
|
||||
{
|
||||
readonly double scalingForClipper = 1000;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue