RhinoMeshObject.modify_faces

RhinoMeshObject.modify_faces(faces, names=None)[source]

Update the attributes of selected faces.

Parameters:
  • faces (list[int]) – The faces to update.

  • names (list[str], optional) – The names of the attributes that should be updated. Default is to update all available attributes.

Returns:

bool – True if the attributes were successfully updated. False otherwise.