Arch: export IFC helper, do not use multiple line imports

This commit is contained in:
Bernd Hahnebach
2019-08-21 12:07:42 +02:00
parent bafc964762
commit ca5e869973

View File

@@ -21,7 +21,14 @@
# * *
# ***************************************************************************
import FreeCAD, Draft, json, ifcopenshell, math
import json
import ifcopenshell
import math
import FreeCAD
import Draft
def getObjectsOfIfcType(objects, ifcType):
results = []