Arch: small fix in IFCexport
This commit is contained in:
parent
fe22e9730f
commit
6a103493a1
|
@ -886,6 +886,7 @@ def export(exportList,filename):
|
||||||
count = 1
|
count = 1
|
||||||
|
|
||||||
# build clones table
|
# build clones table
|
||||||
|
if CREATE_CLONES:
|
||||||
for o in objectslist:
|
for o in objectslist:
|
||||||
b = Draft.getCloneBase(o,strict=True)
|
b = Draft.getCloneBase(o,strict=True)
|
||||||
if b:
|
if b:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user