Add std::array typemap #6137 #6191 #6196

This commit is contained in:
Thomas Krijnen
2025-02-23 15:22:36 +01:00
parent 9736345d79
commit c30b5cbc08
+5
View File
@@ -54,6 +54,11 @@
%include "exception.i"
%include "std_shared_ptr.i"
%{
#include <array>
%}
%template(DoubleArray3) std::array<double, 3>;
%ignore IfcGeom::NumberNativeDouble;
%ignore ifcopenshell::geometry::Converter;