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