RhinoMeshObject.move_face

RhinoMeshObject.move_face(face)[source]

Move a single face of the mesh object and update the data structure accordingly.

Parameters:

face (int) – The identifier of the face.

Returns:

bool – True if the operation was successful. False otherwise.