VolMeshArtist.draw

VolMeshArtist.draw(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 (Color | dict[int, Color], 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.