Changing default sides to 40 from 30 so that aabb matches diameter
issue: MatterHackers/MCCentral#3618 Change primitive sides to 40 by default. This makes size same as radius.
This commit is contained in:
parent
6055db7407
commit
5076c1288c
8 changed files with 8 additions and 8 deletions
|
|
@ -53,7 +53,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
|
||||
public double OuterDiameter { get; set; } = 20;
|
||||
public double InnerDiameter { get; set; } = 10;
|
||||
public int Sides { get; set; } = 30;
|
||||
public int Sides { get; set; } = 40;
|
||||
|
||||
public bool Advanced { get; set; } = false;
|
||||
public double StartingAngle { get; set; } = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue