MeshObject.move_vertex

MeshObject.move_vertex(vertex)[source]

Move a single vertex of the mesh 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.