Refactoring to build a Height scaling top control

This commit is contained in:
LarsBrubaker 2020-09-16 22:44:28 -07:00
parent 5c2308a134
commit 8511191abb
8 changed files with 74 additions and 52 deletions

View file

@ -35,8 +35,6 @@ namespace MatterHackers.MatterControl.DesignTools
{
public interface IObject3DControlsProvider
{
List<IObject3DControl> GetObject3DControls(Object3DControlsLayer object3DControlsLayer);
void AddObject3DControls(Object3DControlsLayer object3DControlsLayer);
}
}