RhinoMeshObject.draw_vertexnormals
- RhinoMeshObject.draw_vertexnormals(color=None, scale=1.0, group=None)[source]
Draw the normals at the vertices of the mesh.
- Parameters:
- colortuple[int, int, int] | tuple[float, float, float] |
compas.colors.Color
, optional The color specification of the normal vectors. If no color is specified, the color of the corresponding vertex is used.
- scalefloat, optional
Scale factor for the vertex normals.
- groupstr, optional
The name of a group to join the created Rhino objects in.
- colortuple[int, int, int] | tuple[float, float, float] |
- Returns:
- list[System.Guid]
The GUIDs of the created Rhino objects.