path cleaning

This commit is contained in:
Lars Brubaker 2023-11-28 18:16:20 -08:00
parent 4351f6a6a2
commit d9d20774e8
9 changed files with 89 additions and 39 deletions

View file

@ -59,7 +59,9 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
[Description("The number of smoothing passes")]
public IntOrExpression Iterations { get; set; } = 3;
public void AddObject3DControls(Object3DControlsLayer object3DControlsLayer)
public override bool MeshIsSolidObject => false;
public void AddObject3DControls(Object3DControlsLayer object3DControlsLayer)
{
object3DControlsLayer.AddControls(ControlTypes.Standard2D);
}