Merge branch 'FreeCAD:master' into FixDefaultShapeVertexColor

This commit is contained in:
Benjamin Alterauge
2021-08-03 07:38:40 +02:00
committed by GitHub

View File

@@ -356,6 +356,13 @@ class _TaskPanel:
FemGui.open(self.fea.inp_file_name)
def runCalculix(self):
if self.fea.ccx_binary_present is False:
self.femConsoleMessage(
"CalculiX can not be started. No or wrong CalculiX binary: {}"
.format(self.fea.ccx_binary)
)
# TODO deactivate the run button
return
# print("runCalculix")
self.Start = time.time()