From b149f4f56de993c664e1dda7310072b6ab50cd19 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 4 Aug 2021 18:24:47 +0200 Subject: [PATCH] #1047 --- src/ifcwrap/IfcPython.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index bdbfbc313f..299c33e5ab 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -154,3 +154,7 @@ %include "IfcGeomWrapper.i" %include "IfcParseWrapper.i" + +namespace std { + %template(float_array_3) array; +}