Adding sliders to all primitives
This commit is contained in:
parent
3ac482f5e9
commit
c36d270c92
23 changed files with 205 additions and 56 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue