Changed SharpRadius to property

This commit is contained in:
AJ
2019-09-16 19:44:46 -04:00
parent 76e060d361
commit 68f6035e5f

View File

@@ -24,7 +24,7 @@ namespace EtchBendLines
/// </summary>
public double MaxBendRadius { get; set; } = 4;
public double SharpRadius = 0.001;
public double SharpRadius { get; set; } = 0.001;
public bool ReplaceSharpRadius { get; set; } = true;