diff --git a/src/ifcwrap/utils/typemaps_out.i b/src/ifcwrap/utils/typemaps_out.i index fbb12ed7da..651a8ab1d7 100644 --- a/src/ifcwrap/utils/typemaps_out.i +++ b/src/ifcwrap/utils/typemaps_out.i @@ -98,6 +98,9 @@ IfcEntityListList::ptr v = arg; $result = pythonize(v); break; } + case IfcUtil::Argument_EMPTY_AGGREGATE: { + $result = PyTuple_New(0); + break; } case IfcUtil::Argument_UNKNOWN: default: SWIG_exception(SWIG_RuntimeError,"Unknown attribute type");