Arch: import IFC, make use of improved color import

This commit is contained in:
Bernd Hahnebach
2019-08-28 21:47:53 +02:00
parent 4c7bcb29b0
commit db692680fd

View File

@@ -272,7 +272,7 @@ def insert(filename,docname,skip=[],only=[],root=None,preferences=None):
groups = importIFCHelper.buildRelGroups(ifcfile)
subtractions = importIFCHelper.buildRelSubtractions(ifcfile)
mattable = importIFCHelper.buildRelMattable(ifcfile)
colors = importIFCHelper.buildRelColors(ifcfile, prodrepr)
colors = importIFCHelper.buildRelProductColors(ifcfile, prodrepr)
if preferences['DEBUG']: print("done.")
# only import a list of IDs and their children, if defined