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

@ -55,7 +55,7 @@ using Polygons = System.Collections.Generic.List<System.Collections.Generic.List
namespace MatterHackers.MatterControl.DesignTools
{
[Obsolete("Use ImageToPathObject3D_2 instead", false)]
public class ImageToPathObject3D : PathObject3D, IEditorDraw, IObject3DControlsProvider
public class ImageToPathObject3D : PathContainerObject3D, IEditorDraw, IObject3DControlsProvider
{
private ThresholdFunctions _featureDetector = ThresholdFunctions.Silhouette;