We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9f5eb commit 52f9ecfCopy full SHA for 52f9ecf
src/compas_rhino/scene/volmeshobject.py
@@ -154,7 +154,7 @@ def draw(self):
154
guids += self.draw_faces(faces=self.show_faces, color=self.facecolor, group=self.group)
155
if self.show_cells:
156
guids += self.draw_cells(cells=self.show_cells, color=self.cellcolor, group=self.group)
157
-
+
158
self._guids = guids
159
160
return self.guids
0 commit comments