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