FreeCAD: master c1476cd9

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-08-05 05:05:48 master 024ae4dd
Changeset Arch: small cleanup of IFC importer and exporter

Clarify the import of IfcOpenShell's `geom`.

In some cases it fails importing and initializing the regular way,
`import ifcopenshell.geom`.

But it works in this way
```
from ifcopenshell import geom
geom.settings()
```
mod - src/Mod/Arch/exportIFC.py Diff File
mod - src/Mod/Arch/importIFC.py Diff File