Refactoring SuspendRebuild to be RubuildLock
Marching squares has more data on how it expects to be processed (edge color)
This commit is contained in:
parent
ec28305b56
commit
3e49946e5a
44 changed files with 531 additions and 195 deletions
|
|
@ -82,7 +82,7 @@ namespace MatterHackers.PolygonMesh.UnitTests
|
|||
var root = new Object3D();
|
||||
var text = new TextObject3D();
|
||||
root.Children.Add(text);
|
||||
text.Rebuild(null);
|
||||
text.Invalidate(new InvalidateArgs(text, InvalidateType.Properties, null));
|
||||
Assert.AreEqual(5, root.Descendants().Count());
|
||||
|
||||
// now add a pinch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue