Skip to content

Arch: import IFC

Jonathan Wiedemann requested to merge github/fork/berndhahnebach/bhbdev218 into master

Created by: berndhahnebach

After a long IFC break, I started to play with FreeCADs IFC module some weeks ago. Since I normally use pep8 I did some code formatting. I excluded a lot of pep8 checks to not fully change the module and still keep your code style yorik. If you are fine with it I would go for a merge.

pep8 command I used as follows ...

flake8 --ignore=E222,E225,E226,E231,E241,E261,E265,E266,E701,E722,E741,F841 --max-line-length=150 src/Mod/Arch/importIFC.py

bernd

Merge request reports