RhinoVolMeshObject.move_face

RhinoVolMeshObject.move_face(face)[source]

Move a single face of the volmesh 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.