VolMeshArtist.draw_cells

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

Draw a selection of cells.

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

  • color (str, tuple, dict) – The color specification for the cells. The default color is ~VolMeshArtist.default_cellcolor.

Returns

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