Search found 3 matches

by ker
Fri Jun 01, 2018 1:49 pm
Forum: FEM
Topic: FreeCADBatchFEMTools: FreeCAD -> Elmer in batch mode
Replies: 0
Views: 1613

FreeCADBatchFEMTools: FreeCAD -> Elmer in batch mode

Hello all, I am pleased to inform you that there is a new FreeCAD pre-processing library for Elmer called FreeCADBatchFEMTools. This library tries to offer the necessary tools for using FreeCAD as a preprocessor for ElmerSolver in batch mode. See: https://github.com/ElmerCSC/elmerfem/tree/devel/Elme...
by ker
Mon May 28, 2018 2:12 pm
Forum: Developers corner
Topic: [SOLVED] Bug report: CompoundFilter in command line
Replies: 5
Views: 1267

Re: Bug report: CompoundFilter in command line

This bug still exists. Made a pull request today: https://github.com/FreeCAD/FreeCAD/pull/1477
Hopefully made it in the right way...
by ker
Tue Mar 20, 2018 4:09 pm
Forum: Developers corner
Topic: [SOLVED] Bug report: CompoundFilter in command line
Replies: 5
Views: 1267

[SOLVED] Bug report: CompoundFilter in command line

Hi all, CompoundFilter does not work in Python script in non-GUI-mode. The attached macro works OK running in the GUI, but when run with: FreeCADCmd CompoundFilter_bug_example.FCMacro in command line, it gives error: Exception while processing file: CompoundFilter_bug_example.FCMacro ['NoneType' obj...