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 identifiers. The default is None, in which case all faces are drawn.

  • color (rgb-tuple | dict[int, rgb-tuple], optional) – The color specification for the faces.

Returns

None