refactoring
This commit is contained in:
parent
c66838d5e3
commit
1dfe8b3ee5
59 changed files with 1210 additions and 1178 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue