Added integrity check field to tools data
This commit is contained in:
@@ -500,7 +500,8 @@ namespace Step.Config
|
||||
MultidimensionalShankOpt = Convert.ToBoolean(x.Element("multidimensionalShankOpt").Value),
|
||||
SelfAdaptivePathOpt = Convert.ToBoolean(x.Element("selfAdaptivePathOpt").Value),
|
||||
DynamicCompensationOpt = Convert.ToBoolean(x.Element("dynamicCompensationOpt").Value),
|
||||
BallufOpt = Convert.ToBoolean(x.Element("ballufOpt").Value)
|
||||
BallufOpt = Convert.ToBoolean(x.Element("ballufOpt").Value),
|
||||
IntegrityCheckOpt = Convert.ToBoolean(x.Element("integrityCheckOpt").Value)
|
||||
})
|
||||
.FirstOrDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user