RhinoMeshObject.select_edges
- RhinoMeshObject.select_edges(message='Select edges.')[source]
Select edges of the mesh.
- Parameters:
message (str, optional) – A custom prompt message.
- Returns:
list[tuple[int, int]] – A list of edge identifiers.
Select edges of the mesh.
message (str, optional) – A custom prompt message.
list[tuple[int, int]] – A list of edge identifiers.