VolMeshObject.draw_vertexnormals
- VolMeshObject.draw_vertexnormals(vertices=None, color=Color(0.0, 1.0, 0.0, alpha=1.0), scale=1.0, collection=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.
- color
compas.colors.Color
, optional The color specification of the normal vectors.
- scalefloat, optional
Scale factor for the vertex normals.
- collectionstr, optional
The name of the Blender scene collection containing the created object(s).
- Returns:
- list[bpy.types.Object]