Fix Radius/Diameter configuration

This commit is contained in:
Nicola Carminati
2019-03-21 12:42:26 +01:00
parent f34220a59a
commit 5fe808dfdb
13 changed files with 95 additions and 12 deletions
@@ -8,6 +8,8 @@ namespace Step.Model.ConfigModels
{
public class ToolManagerConfigModel
{
public string ToolMetricType { get; set; }
public bool FamilyOpt { get; set; }
public bool ShankOpt { get; set; }
public bool MagPosTypeOpt { get; set; }