Skip to content

Commit

Permalink
items are read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Licini committed May 22, 2024
1 parent 6b12b2e commit cdb7eae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/compas/scene/geometryobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ def __init__(self, pointcolor=None, linecolor=None, surfacecolor=None, pointsize
def geometry(self):
return self.item

@geometry.setter
def geometry(self, geometry):
self.item = geometry

def draw(self):
"""Draw the geometry. Implemented by child classes."""
raise NotImplementedError

0 comments on commit cdb7eae

Please sign in to comment.