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

@ -92,6 +92,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
public DirectionAxis RotateAbout { get; set; } = new DirectionAxis() { Origin = Vector3.Zero, Normal = Vector3.UnitZ };
[MaxDecimalPlaces(2)]
[DisplayName("Angle")]
public double AngleDegrees { get; set; } = 0;