better path handling
This commit is contained in:
parent
097b53649a
commit
5d958fa926
2 changed files with 1 additions and 4 deletions
|
|
@ -1068,7 +1068,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
return item != null
|
||||
&& !(item is ImageObject3D)
|
||||
&& !(item.IsPathObject());
|
||||
&& !(item.IsPathObject() && item is CurveObject3D_3);
|
||||
}
|
||||
|
||||
private static bool IsPathObject(IObject3D item)
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@ either expressed or implied, of the FreeBSD Project.
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using MatterHackers.Agg;
|
||||
|
|
@ -40,7 +38,6 @@ using MatterHackers.DataConverters3D;
|
|||
using MatterHackers.Localizations;
|
||||
using MatterHackers.MatterControl.DesignTools.Operations;
|
||||
using MatterHackers.MatterControl.PartPreviewWindow;
|
||||
using MatterHackers.MatterControl.PartPreviewWindow.View3D;
|
||||
using MatterHackers.PolygonMesh;
|
||||
using MatterHackers.RenderOpenGl;
|
||||
using MatterHackers.RenderOpenGl.OpenGl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue