Adding the start of a measure tool

Fixed issues with not releasing pointers
Fixed line scaling issues
This commit is contained in:
LarsBrubaker 2020-09-13 13:04:57 -07:00
parent b1c79e88c6
commit 24fa4093b3
10 changed files with 235 additions and 11 deletions

View file

@ -133,6 +133,11 @@ namespace MatterHackers.MatterControl.Library
return Task.FromResult<IObject3D>(constructedComponent);
})
{ DateCreated = new System.DateTime(index++) },
new GeneratorItem(
() => "Measure Tool".Localize(),
async () => await MeasureToolObject3D.Create())
{ DateCreated = new System.DateTime(index++) },
};
string title = "Primitive Shapes".Localize();