mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Update wrapper code
This commit is contained in:
@@ -353,7 +353,7 @@ struct ShapeRTTI : public boost::static_visitor<PyObject*>
|
|||||||
%extend IfcGeom::Transformation {
|
%extend IfcGeom::Transformation {
|
||||||
%pythoncode %{
|
%pythoncode %{
|
||||||
# Hide the getters with read-only property implementations
|
# Hide the getters with read-only property implementations
|
||||||
matrix = property(matrix)
|
matrix = property(data)
|
||||||
%}
|
%}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user