MeshArtist.draw_faces
- abstract MeshArtist.draw_faces(faces=None, color=None, text=None)[source]
Draw the faces of the mesh.
- Parameters
faces (list, optional) – The faces to include in the drawing. Default is all faces.
color (tuple or dict, optional) – The color of the faces, as either a single color to be applied to all faces, or a color dict, mapping specific faces to specific colors.
text (dict, optional) – The text labels for the faces as a text dict, mapping specific faces to specific text labels.