We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bf08c commit b149f4fCopy full SHA for b149f4f
1 file changed
src/ifcwrap/IfcPython.i
@@ -154,3 +154,7 @@
154
155
%include "IfcGeomWrapper.i"
156
%include "IfcParseWrapper.i"
157
+
158
+namespace std {
159
+ %template(float_array_3) array<double, 3>;
160
+}
0 commit comments