MeshArtist.draw_faces
-
MeshArtist.
draw_faces
(faces=None, color=None)[source] Draw a selection of faces.
- Parameters
faces (list) – A list of face keys identifying which faces to draw. The default is
None
, in which case all faces are drawn.color (rgb-tuple or dict of rgb-tuple) – The color specififcation for the faces.
- Returns
list of
bpy.types.Object