From b957e629b5c8390ff6d5fbf1cfd6b71171b725af Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 22 Mar 2023 15:25:14 +0100 Subject: [PATCH] Update wrapper code --- src/ifcwrap/IfcGeomWrapper.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %} };