Eliminate CanRemove member
This commit is contained in:
parent
3508cc72b5
commit
2e838d4a04
16 changed files with 2 additions and 26 deletions
|
|
@ -65,8 +65,6 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
|
||||
public enum ThresholdFunctions { Silhouette, Intensity, Alpha, Hue }
|
||||
|
||||
public override bool CanRemove => true;
|
||||
|
||||
public ThresholdFunctions FeatureDetector
|
||||
{
|
||||
get { return _featureDetector; }
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
public double Height { get; set; } = 5;
|
||||
|
||||
public override bool CanApply => true;
|
||||
public override bool CanRemove => true;
|
||||
|
||||
[JsonIgnore]
|
||||
private IVertexSource VertexSource
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue