VolMeshObject.draw_cells
- VolMeshObject.draw_cells(cells=None, color=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.
- Returns:
- list[Rhino.Geometry.Mesh]