MeshObject.draw_vertexnormals

MeshObject.draw_vertexnormals(vertices=None, color=(0, 255, 0), scale=1.0, group=None)[source]

Draw the normals at the vertices of the mesh.

Parameters:
verticeslist[int], optional

A selection of vertex normals to draw. Default is to draw all vertex normals.

colortuple[int, int, int] | tuple[float, float, float] | compas.colors.Color, optional

The color specification of the normal vectors.

scalefloat, optional

Scale factor for the vertex normals.

groupstr, optional

The name of a group to join the created Rhino objects in.

Returns:
list[System.Guid]

The GUIDs of the created Rhino objects.