working on calculating a base from a mesh (not path)
This commit is contained in:
parent
9ac84fce23
commit
97bd8a8b6d
4 changed files with 18 additions and 3 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue