VolMeshArtist.draw_edges

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

Draw a selection of edges.

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

  • color (str, tuple, dict) – The color specififcation for the edges. The default color is (0, 0, 0).

Returns

list – The GUIDs of the created Rhino objects.