VolMeshObject.draw
- VolMeshObject.draw(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. The default color is
VolMeshObject.default_cellcolor
.
- Returns:
- list[Rhino.Geometry.Mesh]
List of created Rhino meshes.