Adding the start of a measure tool
Fixed issues with not releasing pointers Fixed line scaling issues
This commit is contained in:
parent
b1c79e88c6
commit
24fa4093b3
10 changed files with 235 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue