MeshArtist.draw_faces
-
MeshArtist.
draw_faces
(faces=None, color=None, join_faces=False)[source] Draw a selection of faces.
- Parameters
faces (list, optional) – A selection of faces to draw. The default is
None
, in which case all faces are drawn.color (tuple or dict of tuple, optional) – The color specififcation for the faces. The default color is black
(0, 0, 0)
.join_faces (bool, optional) – Join the faces into 1 mesh. Default is
False
, in which case the faces are drawn as individual meshes.
- Returns
list – The GUIDs of the created Rhino objects.