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 specififcation for the cells. The default color is
(255, 0, 0)
.
- Returns
list – The GUIDs of the created Rhino objects. Every cell is drawn as an individual mesh.