MeshObject.draw_faces

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

Draw a selection of faces.

Parameters:
faceslist[int], optional

A selection 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.

Returns:
list[Rhino.Geometry.Mesh]