Added new axes comparison
New multipart manager Added Siemens file manager
This commit is contained in:
@@ -228,7 +228,7 @@ namespace Step.Database.Controllers
|
||||
return dtoShanks;
|
||||
}
|
||||
|
||||
public List<DbNcToolModel> GetMountedTools()
|
||||
public List<DbNcToolModel> GetMountedTools()
|
||||
{
|
||||
List<DbNcToolModel> tools = FindToolsWithDependencies()
|
||||
.Where(x => x.Shank != null && x.Shank.MagazineId != null)
|
||||
|
||||
Reference in New Issue
Block a user