VolMeshObject.move_vertices

VolMeshObject.move_vertices(vertices)[source]

Move a multiple vertices of the volmesh object and update the data structure accordingly.

Parameters

vertices (list of int) – The identifiers of the vertices.

Returns

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