Fixed rotate object 2 to have correct aabb on construction

issue: MatterHackers/MCCentral#4818
MatterHackers/MCCentral#4802 Can't add to inner combine content as expected (write another test)
This commit is contained in:
Lars Brubaker 2019-01-16 18:41:57 -08:00
parent 586e470815
commit 8e0a50ace7
6 changed files with 94 additions and 40 deletions

View file

@ -112,7 +112,6 @@ namespace MatterHackers.MatterControl.DesignTools
{
return Task.Run((System.Action)(() =>
{
(this).DebugDepth("Rebuild");
using (RebuildLock())
{
var aabb = (this).GetAxisAlignedBoundingBox();