This commit is contained in:
Thomas Krijnen
2021-08-04 18:24:47 +02:00
committed by GitHub
parent 00bf08c220
commit b149f4f56d
+4
View File
@@ -154,3 +154,7 @@
%include "IfcGeomWrapper.i"
%include "IfcParseWrapper.i"
namespace std {
%template(float_array_3) array<double, 3>;
}