Refactoring - moving files

This commit is contained in:
LarsBrubaker 2019-01-27 15:20:05 -08:00
parent 50d77638c7
commit 6d6337f5aa
13 changed files with 355 additions and 282 deletions

View file

@ -70,8 +70,6 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
this.RotateAbout.Origin = aabb.Center;
}
public override bool CanFlatten => true;
#region // editable properties
public DirectionAxis RotateAbout { get; set; } = new DirectionAxis() { Origin = Vector3.Zero, Normal = Vector3.UnitZ };
[DisplayName("Angle")]