marioalexis84
marioalexis84
@donovaly rebased. I added an overloaded PyTypeCheck method for use with the python/C API functions to check specific types (like PyTuple_Check, PySequence_Check, etc). The idea is to use it in...
1- The total force applied must be entered. This way, it is easier if we use some shape as a reference, just as used in force constraint (reference selection still...
@FEA-eng
@FEA-eng: * To Solve the moment unit problem we need to work on the FreeCAD unit system. This can be fixed later. In any case, the problem is more general...
@FEA-eng Fixed conflict between node numbers for multiple constraints.
@chennes Note that to avoid the error in the test, in `Unit::getTypeString()` I moved the comparison with `Unit::Moment` to the last conditional. This avoids the conflict with `Unit::Work`. This doesn't...
@FEA-eng I can't reproduce this. The error message should only appear if CalculiX crash or if you stop the process with the stop button.
On Linux. Can you reproduce with another example?
> Can it be caused by https://github.com/FreeCAD/FreeCAD/pull/12273 ? It's the most likely. This is clarified in the Qt documentation in relation to a signal delay: >The [QProcess](https://doc.qt.io/qt-6/qprocess.html) object will immediately...
@FEA-eng can you share the complete output you get until the error message is printed?