VolMeshArtist.draw_edges

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

Draw a selection of edges.

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

  • color (Color | dict[tuple[int, int], Color], optional) – The color specification for the edges. The default color is VolMeshArtist.default_edgecolor.

Returns

list[Rhino.Geometry.Line]