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:
parent
586e470815
commit
8e0a50ace7
6 changed files with 94 additions and 40 deletions
|
|
@ -112,7 +112,6 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
{
|
||||
return Task.Run((System.Action)(() =>
|
||||
{
|
||||
(this).DebugDepth("Rebuild");
|
||||
using (RebuildLock())
|
||||
{
|
||||
var aabb = (this).GetAxisAlignedBoundingBox();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue