MeshArtist.draw_faces

MeshArtist.draw_faces(faces=None, color=None)[source]

Draw a selection of faces.

Parameters
  • faces (list[int], optional) – A list of face keys identifying which faces to draw. The default is None, in which case all faces are drawn.

  • color (Color | dict[int, Color], optional) – The color specification for the faces. Th default color of faces is default_facecolor.

Returns

list[bpy.types.Object]