Adding sliders to all primitives

This commit is contained in:
LarsBrubaker 2021-09-12 20:23:40 -07:00
parent 3ac482f5e9
commit c36d270c92
23 changed files with 205 additions and 56 deletions

View file

@ -170,6 +170,7 @@ namespace MatterHackers.MatterControl.DesignTools
[Slider(0, 150, Easing.EaseType.Quadratic)]
[Description("The minimum area each loop needs to be for inclusion")]
[MaxDecimalPlaces(2)]
public double MinSurfaceArea {get; set; } = 1;
public IVertexSource VertexSource { get; set; } = new VertexStorage();