MeshArtist.draw_facenormals
- MeshArtist.draw_facenormals(faces: Optional[List[List[int]]] = None, color: Optional[Union[str, Tuple[int, int, int], Tuple[float, float, float], List[Union[Tuple[int, int, int], Tuple[float, float, float]]], Dict[int, Union[Tuple[int, int, int], Tuple[float, float, float]]]]] = None, scale: float = 1.0) List[bpy.types.Object] [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 (rgb-tuple or dict of rgb-tuple) – The color specification of the normal vectors. The default color is cyan,
(0., 1., 1.)
.scale (float, optional) – Scale factor for the face normals. Default is
1.0
.
- Returns
list of
bpy.types.Object