working on calculating a base from a mesh (not path)

This commit is contained in:
LarsBrubaker 2021-01-24 13:57:32 -08:00
parent 9ac84fce23
commit 97bd8a8b6d
4 changed files with 18 additions and 3 deletions

View file

@ -71,7 +71,7 @@ namespace MatterHackers.MatterControl
{
return new SceneOperation("AddBase")
{
OperationType = typeof(IPathObject),
OperationType = typeof(IObject3D),
TitleResolver = () => "Add Base".Localize(),
ResultType = typeof(BaseObject3D),
Action = (sceneContext) =>