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