diff --git a/src/ifcwrap/IfcGeomWrapper.i b/src/ifcwrap/IfcGeomWrapper.i index be97d7f76e..f841192371 100644 --- a/src/ifcwrap/IfcGeomWrapper.i +++ b/src/ifcwrap/IfcGeomWrapper.i @@ -353,7 +353,7 @@ struct ShapeRTTI : public boost::static_visitor %extend IfcGeom::Transformation { %pythoncode %{ # Hide the getters with read-only property implementations - matrix = property(matrix) + matrix = property(data) %} };