Update wrapper code

This commit is contained in:
Thomas Krijnen
2023-03-22 15:25:14 +01:00
parent 031694af2b
commit b957e629b5
+1 -1
View File
@@ -353,7 +353,7 @@ struct ShapeRTTI : public boost::static_visitor<PyObject*>
%extend IfcGeom::Transformation {
%pythoncode %{
# Hide the getters with read-only property implementations
matrix = property(matrix)
matrix = property(data)
%}
};