Putting in max decimals for editors
Put in option to have description images Making new curve tool much better
This commit is contained in:
parent
07a0577a32
commit
df7e119b19
16 changed files with 185 additions and 18 deletions
|
|
@ -65,14 +65,17 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
return item;
|
||||
}
|
||||
|
||||
[MaxDecimalPlaces(2)]
|
||||
public double Diameter { get; set; } = 20;
|
||||
|
||||
public int Sides { get; set; } = 40;
|
||||
|
||||
public bool Advanced { get; set; } = false;
|
||||
|
||||
[MaxDecimalPlaces(2)]
|
||||
public double StartingAngle { get; set; } = 0;
|
||||
|
||||
[MaxDecimalPlaces(2)]
|
||||
public double EndingAngle { get; set; } = 360;
|
||||
|
||||
public int LatitudeSides { get; set; } = 30;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue