More path work

This commit is contained in:
Lars Brubaker 2023-11-30 18:05:47 -08:00
parent a22301101d
commit 030a81e9bc
14 changed files with 53 additions and 26 deletions

View file

@ -44,7 +44,7 @@ using Polygons = System.Collections.Generic.List<System.Collections.Generic.List
namespace MatterHackers.MatterControl.DesignTools.Operations
{
public class SmoothPathObject3D : PathObject3D, IEditorDraw, IObject3DControlsProvider
public class SmoothPathObject3D : PathContainerObject3D, IEditorDraw, IObject3DControlsProvider
{
public SmoothPathObject3D()
{