path cleaning
This commit is contained in:
parent
4351f6a6a2
commit
d9d20774e8
9 changed files with 89 additions and 39 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue