VolMeshArtist.draw_cells

VolMeshArtist.draw_cells(cells=None, color=None)[source]

Draw a selection of cells.

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

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

Returns

list[System.Guid] – The GUIDs of the created Rhino objects. Every cell is drawn as an individual mesh.