SurfaceArtist.draw

SurfaceArtist.draw(color=None)[source]

Draw the surface.

Parameters

color (tuple[float, float, float] | tuple[int, int, int] | Color, optional) – The RGB color of the surface. The default color is compas.artists.SurfaceArtist.color.

Returns

list[bpy.types.Object]