RhinoMeshObject.draw_facenormals
- RhinoMeshObject.draw_facenormals(color=None, scale=1.0, group=None)[source]
Draw the normals of the faces.
- 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 face is used.
- scalefloat, optional
Scale factor for the face 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.