edges

PolyMesh.edges(style=None, width=None, color=None)[source]

Edge display.

Set visual properties of edges.

Parameters:
  • style (str, optional) – Either ‘lines’ or ‘tubes’, False to disable.

  • width (int, optional) – Edge width in pixels.

  • color (array_like, shape (3, ), optional) – Edge color.

Note

Parameters with a None value do not affect the corresponding edge display property.