MeshArtist.draw_edges

MeshArtist.draw_edges(edges=None, color=None)[source]

Draw a selection of edges.

Parameters
  • edges (list, optional) – A selection of edges to draw. The default is None, in which case all edges are drawn.

  • color (3-tuple or dict of 3-tuple, optional) – The color specififcation for the edges. The default color is (210, 210, 210).

Returns

list of Rhino.Geometry.Line