MeshArtist.draw_facenormals
- MeshArtist.draw_facenormals(faces=None, color=(0, 255, 255), scale=1.0)[source]
Draw the normals of the faces.
- Parameters
faces (list, optional) – A selection of face normals to draw. Default is to draw all face normals.
color (tuple, optional) – The color specification of the normal vectors. The default color is cyan,
(0, 255, 255)
.scale (float, optional) – Scale factor for the face normals. Default is
1.0
.
- Returns
list – The GUIDs of the created Rhino objects.