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
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue