VolMeshObject.draw_cells
- VolMeshObject.draw_cells(cells=None, color=None, group=None)[source]
Draw a selection of cells.
- Parameters:
- cellslist[int], optional
A list of cells to draw. The default is None, in which case all cells are drawn.
- color
compas.colors.Color
| dict[int,compas.colors.Color
], optional The color of the cells.
- groupstr, optional
The name of the group in which the cells are combined.
- Returns:
- list[System.Guid]
The GUIDs of the created Rhino objects. Every cell is drawn as an individual mesh.