Skip to content

Commit 205e3e9

Browse files
committed
duplication of base class functionality
1 parent 1aabc04 commit 205e3e9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/compas/scene/meshobject.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,6 @@ def mesh(self, mesh):
106106
self._item = mesh
107107
self._transformation = None
108108

109-
@property
110-
def transformation(self):
111-
# type: () -> compas.geometry.Transformation | None
112-
return self._transformation
113-
114-
@transformation.setter
115-
def transformation(self, transformation):
116-
# type: (compas.geometry.Transformation) -> None
117-
self._transformation = transformation
118-
119109
def draw_vertices(self):
120110
"""Draw the vertices of the mesh.
121111

0 commit comments

Comments
 (0)