mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Update wrapper code
This commit is contained in:
@@ -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)
|
||||
%}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user