refactoring

This commit is contained in:
LarsBrubaker 2020-09-11 19:59:14 -07:00
parent c66838d5e3
commit 1dfe8b3ee5
59 changed files with 1210 additions and 1178 deletions

View file

@ -32,11 +32,11 @@ using MatterHackers.MeshVisualizer;
namespace MatterHackers.Plugins.EditorTools
{
public class ScaleCornersPlugin : IInteractionVolumeProvider
public class ScaleCornersPlugin : IObject3DControlProvider
{
public IEnumerable<InteractionVolume> Create(IInteractionVolumeContext context)
public IEnumerable<Object3DControlBase> Create(IObject3DControlContext context)
{
return new List<InteractionVolume>
return new List<Object3DControlBase>
{
new ScaleTopControl(context),
new ScaleCornerControl(context, 0),