RhinoVolMeshObject.modify_edges
- RhinoVolMeshObject.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:
bool – True if the update was successful. False otherwise.