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[int], optional) – A selection of face normals to draw. Default is to draw all face normals.

  • color (tuple[int, int, int] | tuple[float, float, float] | Color, optional) – The color specification of the normal vectors.

  • scale (float, optional) – Scale factor for the face normals.

Returns

list[System.Guid] – The GUIDs of the created Rhino objects.