VolMeshObject.move_vertex

VolMeshObject.move_vertex(vertex)[source]

Move a single vertex of the volmesh object and update the data structure accordingly.

Parameters

vertex (int) – The identifier of the vertex.

Returns

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