VolMeshArtist.draw_faces

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

Draw a selection of faces.

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

  • color (tuple[int, int, int] or dict[int, tuple[int, int, int]], optional) – The color of the faces. The default color is VolMeshArtist.default_facecolor.

Returns

list[System.Guid] – The GUIDs of the created Rhino objects.