RhinoNetworkObject.modify_edges

RhinoNetworkObject.modify_edges(edges, names=None)[source]

Update the attributes of the edges.

Parameters:
  • edges (list) – The identifiers of the edges to update.

  • names (list, optional) – The names of the atrtibutes to update. Default is to update all attributes.

Returns:

bool – True if the update was successful. False otherwise.