VolMeshObject.draw_faces

VolMeshObject.draw_faces(faces=None, color=None)[source]

Draw a selection of faces.

Parameters:
faceslist[list[int]], optional

A list of faces to draw. The default is None, in which case all faces are drawn.

colorcompas.colors.Color | dict[int, compas.colors.Color], optional

The color specification for the faces. The default color is VolMeshObject.default_facecolor.

Returns:
list[Rhino.Geometry.Mesh]