Assistedtooling fix
Fix siemens tool table Added dynamic tool in spindle
This commit is contained in:
@@ -453,8 +453,9 @@ namespace Step.Config
|
||||
.Select(x => new MagazineNamesModel()
|
||||
{
|
||||
MagazineId = Convert.ToInt32(x.Element("id").Value),
|
||||
LocalizedNames = x.Element("localizedNames").Elements().ToDictionary( // Read localized names and convert into a dictionary
|
||||
y => y.Attribute("langKey").Value, y => y.Value
|
||||
AssistedTooling = Convert.ToBoolean(x.Element("assistedTooling").Value),
|
||||
LocalizedNames = x.Element("localizedNames").Elements().ToDictionary( // Read localized names and convert into a dictionary
|
||||
y => y.Attribute("langKey").Value, y => y.Value
|
||||
),
|
||||
})
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user