Putting in max decimals for editors

Put in option to have description images
Making new curve tool much better
This commit is contained in:
Lars Brubaker 2021-03-18 18:00:09 -07:00
parent 07a0577a32
commit df7e119b19
16 changed files with 185 additions and 18 deletions

View file

@ -48,10 +48,13 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
{
public class RevolveObject3D : Object3D, IEditorDraw
{
[MaxDecimalPlaces(2)]
public double AxisPosition { get; set; } = 0;
[MaxDecimalPlaces(2)]
public double StartingAngle { get; set; } = 0;
[MaxDecimalPlaces(2)]
public double EndingAngle { get; set; } = 45;
public int Sides { get; set; } = 30;