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