Added shanks family magazines to Demo application

This commit is contained in:
Lucio Maranta
2018-04-23 15:46:25 +00:00
parent 2a03078e34
commit 2c8925d2f6
27 changed files with 1327 additions and 139 deletions
+13
View File
@@ -505,6 +505,19 @@ namespace CMS_CORE_Library
public List<Dictionary<string, double>> EdgesData;
}
public class ShankModel
{
public int Id;
public List<ShankChildModel> childsTools;
}
public class ShankChildModel
{
public int ToolId;
public int ChildId;
public string FamilyName;
public int Type;
}
#endregion ToolsConfig
}