Files
create/src
vocx-fc c1476cd96f 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()
```
2020-08-11 12:10:50 +02:00
..
2020-06-12 17:51:33 +02:00
2020-05-11 10:55:47 +02:00
2020-05-25 13:33:58 +02:00
2020-05-25 15:34:43 +02:00