MeshArtist.draw_facenormals
- MeshArtist.draw_facenormals(faces=None, color=(0.0, 1.0, 1.0), scale=1.0)[source]
Draw the normals of the faces.
- Parameters
faces (list[int], optional) – A selection of face normals to draw. Default is to draw all face normals.
color (rgb-tuple or dict[int, rgb-tuple], optional) – The color specification of the normal vectors.
scale (float, optional) – Scale factor for the face normals.
- Returns
list[bpy.types.Object]