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 ed8e5a4 commit cee658cCopy full SHA for cee658c
src/compas_ghpython/artists/meshartist.py
@@ -37,7 +37,7 @@ def __init__(self,
37
self.show_faces = show_faces
38
39
def draw(self, vertices=None, edges=None, faces=None, vertexcolor=None, edgecolor=None, facecolor=None, color=None, join_faces=False):
40
- """Draw the mesh using the chosen visualisation settings.
+ """Draw the mesh using the chosen visualization settings.
41
42
Parameters
43
----------
0 commit comments