MeshObject.draw_facenormals
- MeshObject.draw_facenormals(faces=None, color=(0, 255, 255), scale=1.0, group=None)[source]
Draw the normals of the faces.
- Parameters:
- faceslist[int], optional
A selection of face normals to draw. Default is to draw all face 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 face 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.