RhinoMeshObject.modify_edges
- RhinoMeshObject.modify_edges(edges, names=None)[source]
Update the attributes of the edges.
- Parameters:
edges (list[tuple[int, int]]) – The edges to update.
names (list[str], optional) – The names of the atrtibutes to update. Default is to update all attributes.
- Returns:
bool – True if the update was successful. False otherwise.