VolMeshObject.modify_edges

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

Update the attributes of the edges.

Parameters
  • edges (list) – The edges to update.

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

Returns

boolTrue if the update was successful. False otherwise.