MeshArtist.draw_faces
- MeshArtist.draw_faces(faces=None, color=None, join_faces=False)[source]
Draw a selection of faces.
- Parameters
faces (list[int], optional) – A selection of faces to draw. The default is None, in which case all faces are drawn.
color (
Color| dict[int,Color], optional) – The color of the faces. The default color is the value ofMeshArtist.default_facecolor.join_faces (bool, optional) – If True, join the faces into a single mesh.
- Returns
list[System.Guid] – The GUIDs of the created Rhino objects.